You should ne able to use the lisp MENUCMD function in your button macro. Following is excerpt from a lisp reference:
The menucmd function can switch between subpages in an AutoCAD menu. This function can also force the display of menus. This allows AutoLISP programs to use image tile menus and to display other menus from which the
user can make selections.
Examples
The following code displays the image tile menu MOREICONS.
(menucmd "I=moreicons" Loads the MOREICONS image tile menu
(menucmd "I=*" Displays the menu
Newbie, I use partial menus as add-ons to the regular acad menu. (extra pull-downs). They are easier to change and keep updated if they aren't all consolidated into one menu file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.