Thread
:
Automatically run macro when opening file
View Single Post
#
5
Posted to microsoft.public.excel.programming
Drlegend
external usenet poster
Posts: 1
Automatically run macro when opening file
name your macro
auto_open
see example below
sub auto_open
msgbox("Hello New User")
end sub
Reply With Quote
Drlegend
View Public Profile
Find all posts by Drlegend