JDub02
Diamond Member
I have all of about 2 days experience with VB. I'm trying to create a macro for my admin at work to automatically fill in an e-mail with standard text that she uses when e-mailing out some of our paperwork.
I have it working right now with prompts to fill in the text that changes using the InputBox() function. A few of those I would like to replace with a dialog box with radio buttons, because they're always going to be one of the same 4 choices.
I've figured out how to create a User Form and get it to appear using UserForm1.Show .. but I don't know how to get the choice from it.
Any VB pro's around?
I have it working right now with prompts to fill in the text that changes using the InputBox() function. A few of those I would like to replace with a dialog box with radio buttons, because they're always going to be one of the same 4 choices.
I've figured out how to create a User Form and get it to appear using UserForm1.Show .. but I don't know how to get the choice from it.
Any VB pro's around?