vba courses london - 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 - VBA

vba courses london - VBA

resolvedResolved · Low Priority · Version Standard

Peter has attended:
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course

VBA

What do you use to reset fonts etc to the default setting?

RE: VBA

Hi Peter

I have never tried to do this myself, but I have found a very useful website that should provide the code that you need to complete your task. Please use the link below:

VBa reset fonts to defalt

hope this helps

David


 

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.