I created a custom menu that appears on top of excel like so:
File Edit View Insert.....Help | My Menu
My Menu has one choice under it called do this thing.
I want to change the FaceID of the do this thing choice.
It is simple, for example to access a menu choice of one of the excel native menus like so:
Yet, this does not work for accessing My Menu
How do I access the do this thing button on My Menu to make my desired change FaceID change?
I want to say My Menu.do this thing button.FaceID="343", but obviously, that doesn't work.....
File Edit View Insert.....Help | My Menu
My Menu has one choice under it called do this thing.
I want to change the FaceID of the do this thing choice.
It is simple, for example to access a menu choice of one of the excel native menus like so:
Code:
MsgBox Application.CommandBars("Help").Controls(1).FaceId
Yet, this does not work for accessing My Menu
How do I access the do this thing button on My Menu to make my desired change FaceID change?
I want to say My Menu.do this thing button.FaceID="343", but obviously, that doesn't work.....