View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default 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