I have been adding custom menus and submenus with calls like:
MenuBars(xlWorksheet).Menus("Data Management").MenuItems.Add Caption:="Get 4D Costs", OnAction:="GetCosts"
I noticed that to the left of the submenu (the gray area) many of Excel's default menus have icons (like the File menu, Save, etc.) Can I add via VBA icons of my own or Excel icons to these submenus? Code sample would be helpful
TIA
Guy
MenuBars(xlWorksheet).Menus("Data Management").MenuItems.Add Caption:="Get 4D Costs", OnAction:="GetCosts"
I noticed that to the left of the submenu (the gray area) many of Excel's default menus have icons (like the File menu, Save, etc.) Can I add via VBA icons of my own or Excel icons to these submenus? Code sample would be helpful
TIA
Guy