Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a simple form that I load, it asks for a date. It has a submit
button. I want to be able to use that date after the submit button is clicked. How do I go about doing that in VBA? Sub Macro() UserForm.Show fltDate = UserForm.txtDate.Value end sub Private CommandButton_click() msgbox (fltDate) *** The msgbox is blank *** end sub Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pass variable from one workbook to another | Excel Discussion (Misc queries) | |||
Pass variable to NORMINSV function to get only mean value | Excel Worksheet Functions | |||
How to pass a variable into an SQL statement | Excel Discussion (Misc queries) | |||
How to (re)set a range.value to pass -0- to a "double" variable | Excel Discussion (Misc queries) | |||
How to pass variable value between macros | Excel Programming |