vba courses london - course

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 - Course

vba courses london - Course

resolvedResolved · Low Priority · Version Standard

Gary has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course

Course

have i now registered for 1 year support?

RE: course

Hi Gary,

Yes you now have 1 year of support.

Regards
Richard


 

VBA tip:

Stop Display Alerts In Excel

When creating or deleting a Worksheet in Excel you don't want Excel to inform you "A file already exists....." Or "Do you want to save this file...".

To stop these alerts happening use the following line of code:

Application.DisplayAlerts = False

After the Create or Delete routine use:

Application.DisplayAlerts = True

View all VBA hints and tips


Server loaded in 0.2 secs.