vba courses london - start excel vba

TrustPilot

starstarstarstarstar Excellent

  • Home
  • Courses
  • Promotions
  • Schedule
  • Formats
  • Our Clients

Forum home » Delegate support and help forum » Microsoft VBA Training and help » vba courses london - Start EXcel in VBA

vba courses london - Start EXcel in VBA

resolvedResolved · Low Priority · Version Standard

Dominique has attended:
Excel VBA Intro Intermediate course

Start EXcel in VBA

Can I start a new session of EXCEL using VBA?

RE: Start EXcel in VBA

Record a macro of yourself opening up Excel


 

VBA tip:

Display Text In a Msgbox On Multiple Lines

When displaying text in a MsgBox you may need to show it over multiple lines. To do this use:

vbCrLf

As in:

MsgBox "The System has detected an error." & vbCrLf & "Contact your System Administrator"

The first sentence in quotes will appear above the second in the MsgBox.

View all VBA hints and tips


Server loaded in 0.06 secs.