Code snippets for custom menu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone kindly point me to a website where I can find examples of code
that will allow me to create a dialog box that pops-up at the beginning of a
macro and asks the user to choose among 3 options using radio buttons?
Thanks in advance for any help in this area.
 
I don't know about websites, but what you want is a user form, in the vba
editor right click the VBAProject in your project menu and insert userform.
This opens the form and the buttons you can use on them, just drag them on.
 
John,
Thanks for the advice.
Bob

John Bundy said:
I don't know about websites, but what you want is a user form, in the vba
editor right click the VBAProject in your project menu and insert userform.
This opens the form and the buttons you can use on them, just drag them on.
 

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

Similar Threads


Back
Top