Thread
:
Macro Toggle On/Off
View Single Post
#
4
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
Macro Toggle On/Off
Hi Chipmunk,
Just to add, the demo actions may be calls to discrete macros. So, for
example, the line:
MsgBox "Action1"
might be replaced with the instruction:
Call Macro1
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones