View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kris Kris is offline
external usenet poster
 
Posts: 25
Default how to get a macro to run when the file opens

Hello Mary,

Name your macro Auto_Open()

Example:

Sub Auto_Open()
'your macro code
End sub

Sincerely,

Kris

-----Original Message-----
Hi,

Anyone know if this this possible?

Thanks

Mary
.