View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default "On Open" Run Macro

Put your code in ThisWorkbook.


Private Sub Workbook_Open()

End Sub


Regards,
Paul

"jutlaux" wrote in message
...
Is there a way to trigger a macro to run when a workbook is opened?