Re: $$Excel-Macros$$ Real popup without command bar

2010-03-19 Thread Erwin Ahlers
But how to create now a real menu with submenus in a form? Is there a control available that represents a menu and which is not a controlBarItem? > I would suggest creating a userform. > If you already have a button, then you can use it to show the userform. > you could even create click-events on

Re: $$Excel-Macros$$ Real popup without command bar

2010-03-19 Thread Paul Schreiner
I would suggest creating a userform. If you already have a button, then you can use it to show the userform. you could even create click-events on the elements of the userform so that it closes/hides the userform when an item is selected. From: Erwin Ahlers To: