R
RJSUK
I inherited an Excel workbook with Excel 4 macros. I have rewritten it
all, but have one o/s problem. The XLM macros Add.Menu & Delete.Menu
seems not to have an equivalent in VBA. i.e. I want to add a new top
level menu to the Menu bar say titled "Choice". To do this with an XLM
you use =ADD.MENU(1,Choice,9) and this will insert a new menu as defined
before position 9 on the menu bar. How can this be done in VBA.
Equally, to delete the menu "Choice" you use =DELETE.MENU(1,"Choice").
How can this be done in VBA.
Thanks in anticipation of help
***** Posted via: http://www.ozgrid.com
Excel Templates, Training & Add-ins.
Free Excel Forum http://www.ozgrid.com/forum *****
all, but have one o/s problem. The XLM macros Add.Menu & Delete.Menu
seems not to have an equivalent in VBA. i.e. I want to add a new top
level menu to the Menu bar say titled "Choice". To do this with an XLM
you use =ADD.MENU(1,Choice,9) and this will insert a new menu as defined
before position 9 on the menu bar. How can this be done in VBA.
Equally, to delete the menu "Choice" you use =DELETE.MENU(1,"Choice").
How can this be done in VBA.
Thanks in anticipation of help
***** Posted via: http://www.ozgrid.com
Excel Templates, Training & Add-ins.
Free Excel Forum http://www.ozgrid.com/forum *****