Reputation: 85
This seems like it should be easy but I can't seem to figure out how to do it...
In Excel, it is possible to add a Form directly to a Sheet. For example, under Developer > Insert > Active X Controls > More Controls > Microsoft Forms 2.0 MultiPage. How does one now add a control (say a push button) that is associated with one of the tabs within the MultiPage? So that, say, PushButton1 is on Tab1 and PushButton2 is on Tab2 when you exit Design Mode and actually select the tabs?
In VBA it is trivial. Create a User Form, add a MultiPage to it, and then just plop the push buttons onto the desired tabs. How do you do this with a form that's on an Excel sheet?
Thank you in advance!
Upvotes: 1
Views: 611
Reputation: 713
In design mode:
Upvotes: 1