View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Drlegend Drlegend is offline
external usenet poster
 
Posts: 1
Default Automatically run macro when opening file

name your macro
auto_open
see example below



sub auto_open
msgbox("Hello New User")
end sub