Thread
:
adding macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
Bill James[_2_]
external usenet poster
Posts: 13
adding macro
Put the following sub in ThisWorkbook module:
Private Sub Workbook_Open()
msgbox "Hello, World!"
End Sub
"Lynn" wrote in message
...
hi,
how can i make a macro available for use everytime i start excel?
thanks
Reply With Quote
Bill James[_2_]
View Public Profile
Find all posts by Bill James[_2_]