vba courses london - referencing macros
RH

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 - Referencing Macros

vba courses london - Referencing Macros

resolvedResolved · Low Priority · Version Standard

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

Referencing Macros

How do you reference one Macro within another? And is there a maximum number of macros that you would recommend to include with one macro

Thanks

Guy

RE: Referencing Macros

to call a macro use the CALL statement


 

VBA tip:

Stop Screen Flickering When Running Code

Running VBA code may cause the screen to flicker as the monitor is the slowest part of the program and cannot keep up with the very fast changes taking place.

To switch off the screen until the program is run enter the following code line:

Application.ScreenUpdating = False

The screen comes on automatically on completion of the program.

View all VBA hints and tips


Server loaded in 0.04 secs.