Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have all kinds of books telling me how to create a userform. What I
need is the code to show the form with the option buttons and then retrieve the info from it. I want the user to select which option he wants and enter a date. Any help would be greatly appreciated. I have been a programmer for many years and understand many software languages. But Excel VB is a killer. I know it can't be that hard. Thanks |
#2
![]() |
|||
|
|||
![]()
Walt,
You will usually get better answers if you provide the code that you have already tried. UserForm1.Show...will display the userform. Dim strText as String strText = UserForm1.TextBox1.Value... places the contents of the textbox into the strText variable. Jim Cone San Francisco, USA "Walt" wrote in message ps.com I have all kinds of books telling me how to create a userform. What I need is the code to show the form with the option buttons and then retrieve the info from it. I want the user to select which option he wants and enter a date. Any help would be greatly appreciated. I have been a programmer for many years and understand many software languages. But Excel VB is a killer. I know it can't be that hard. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Check box and and formula | Excel Discussion (Misc queries) | |||
conditional option button help | Excel Worksheet Functions | |||
How do I input a warning message to remind the user to enter into. | Excel Discussion (Misc queries) | |||
conditional error for option button | Excel Worksheet Functions | |||
File is locked for Editing by user problem | Excel Discussion (Misc queries) |