Thread: Macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary L Brown Gary L Brown is offline
external usenet poster
 
Posts: 219
Default Macro

Yes.
Say you called your macro 'MyMacro'.
In the Workbook_Open event of the 'ThisWorkbook' module, call your macro.
HTH,
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


"WannaBeExceller" wrote:

I was wondering if there is a way I can have a macro run automatically
everytime I open the excel workbook I put the macro in.