Right Click In Menu
SkidAce
Traveler
Can't seem to get my macro to take the last step, i.e. rightclicking to bring up the list of saved views.
MACRO ZN
ZNAMEM
CMENUR
ENDM
MACRO ZN
ZNAMEM
CMENUR
ENDM
Comments
What you probably want is
MACRO ZN ZNAMEM; ENDM
or the equivalent
MACRO ZN ZNAMEM ENDM
My goal is to assign it to a button icon, so I can choose my named view without navigating through the menus.
To add it as a button, just open a menu file and look for the lines starting with #, those are the toolbar buttons. Should be more than enough examples in there.
#630,CC2OPENND:[Zoom Named]|ZN;
/thumbsup