Thread
:
how to get a macro to run when the file opens
View Single Post
#
2
Posted to microsoft.public.excel.programming
Kris
external usenet poster
Posts: 25
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
.
Reply With Quote
Kris
View Public Profile
Find all posts by Kris