View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Neil[_14_] Neil[_14_] is offline
external usenet poster
 
Posts: 29
Default is it possible to run a macro automatically?

Shirley,

Here is the code you need. Rob Van Gelder posted it in a reply to myself in the post below yours

Private Sub Workbook_Open(
'code you want to run when they open the spreadshee
End Su