View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default Run macro automatically

'Paste this into the Thisworkbook Mod
'and Replace Run "Macro"
'To Run "MyMacroName"
Private Sub Workbook_Open()
Run "Macro"
End Sub

"Daniel" wrote:

How to program VB so that when open the Excel work book it run the macro
automatically without hit tool/ macro/run
Thnks
Daniel