
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want some advice on how to have a menu created in vba return after its major function has been run.
As shown below, I have a menu I created in vba and when the create button is pressed, the user defines at what point in the drawing that the resulting second figure should be placed.
Menu I start and want to return to
Result of hitting the create button
At the end of this, I would like to return to the original menu as I am forced to hide it once the button is pressed in order for the user to place the object down.
However, I cannot, as of now, seem to just show the menu at the end of the button-click function because I would like to have the object placed and shown as above before the user places a different object.
Can I have some help?
Solved! Go to Solution.