Creating Command button Conditionally

  • Thread starter Thread starter Todd Huttenstine
  • Start date Start date
T

Todd Huttenstine

Hey guys

I have a userform. On this form are various objects. One
them is Frame7 and OptionButton3. What I would like is
when a user clicks OptionButton3, a command button is
created and inserted in Frame7. I need for it to be
located and positioned in the frame at 283 Top and 156
left. I need the dimensions of the button to be 18 height
and 78 width.

Is this possible to do?


Thank you

Todd Huttenstine
 
The easiest would be to put it where you want it manually, then make it not
visible in properties.

In the click event of the optionbutton, make it visible
 
oh great idea. I never thought of that.

Thank you

Todd Huttenstine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top