Thread
:
Triggering Macros
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Triggering Macros
Look in the ThisWorkbook module (right click the excel icon in the upper
left of the screen). In the left window select workbookin the right window
are your events.
--
Don Guillett
SalesAid Software
"Sloth" wrote in message
...
I am very new to macros, but I have written several and mapped them to
buttons. I have seen some sample code that is triggered when the user
saves,
or doubleclicking etc. Does anybody have a good reference on how to do
this,
and what can be triggered?
In particular I want to know how to trigger a macro when the users saves,
and when they print (different macros for each trigger).
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett