Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a very basic User Form and I can get it to display. This is the
limited code I have within the user form: Private Sub cmdMonthly_Click() Dim Inchstone As String Inchstone = "Monthly" Unload Me End Sub Private Sub cmdWeekly_Click() Dim Inchstone As String Inchstone = "Weekly" Unload Me End Sub I've tried to find info on User Forms but haven't found anything related to this. How do I get the value of Inchstone back into the main code from which I call the user form? Again, if I've done something wrong, please let me know. Thanks in advance, Barb Reinhardt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
user defines macro to run | Excel Discussion (Misc queries) | |||
Forms Command Button - Removal | Excel Discussion (Misc queries) | |||
Command button on forms | Excel Discussion (Misc queries) | |||
how do you hide a forms command button | Excel Programming | |||
Command Buttons on XL User Forms | Excel Programming |