View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Spencer Hutton[_3_] Spencer Hutton[_3_] is offline
external usenet poster
 
Posts: 17
Default workbook open event

Private Sub Workbook_Open()
'YOUR CODE
End Sub

put this in the "ThisWorkbook" module

"JT" wrote in message
...
I have a public sub call "Test1". I want to make this
macro run when the workbook is open but I'm not sure how
to use the workbook open event. Any help would be greatly
appreciated. Thanks...