On Open Macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I open a particuliar workbook I would like to run a master macro
automatically. How can I make this happen?
TFTH,
Tom
 
Name the macro Auto_Open and it will execute when the workbook is
opened.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
you could also set another private sub that will look like this..

Private Sub Workbook_Open()

enter macro name here

End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Pop-up when running a macro 5
Insert Row 2
Formula help 1
Conditional Formatting 1
Linked workbook(s) 1
VBA - Print Selection 2
Small 2
Run a macro from selecting a cell 1

Back
Top