S
Susan
Is it possible to execute a menuitem from the standard Excel menu with VBA code?
I have tried this (and several variations) with no luck:
MenuBars(xlWorksheet).Menus("Data").MenuItems("Form...").Execute
I am trying to open the Data form in the above code but I would like to do other things to.
And, for general knowledge, is "Commandbars" interchangeable with "MenuBars"?
Thank you
I have tried this (and several variations) with no luck:
MenuBars(xlWorksheet).Menus("Data").MenuItems("Form...").Execute
I am trying to open the Data form in the above code but I would like to do other things to.
And, for general knowledge, is "Commandbars" interchangeable with "MenuBars"?
Thank you