Thread: Macro
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
gwhenning gwhenning is offline
external usenet poster
 
Posts: 16
Default Macro

Rename your Macro to "Auto_Open".
ie.
Sub Auto_Open()
'Code Here
End Sub

"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.