Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
works like a charm-
thnx -----Original Message----- one way: Dim result As Variant Do result = Application.InputBox("Enter date:", Type:=2) If result = False Then Exit Sub 'User clicked Cancel Loop Until IsDate(result) result = CDate(result) In article , "defj" wrote: How would I get an inputbox variable to be returned as a date? I want the user to input a date...the date is then compared with a list of other dates until the program finds a date greater than the one entered. The inputbox returns a string so it won't compare the variable with the list of dates. Is there a way to convert a string to a date? . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
InputBox with VBA | Excel Discussion (Misc queries) | |||
InputBox | Excel Discussion (Misc queries) | |||
InputBox | Excel Discussion (Misc queries) | |||
inputbox | Excel Discussion (Misc queries) | |||
Inputbox with VBA | Excel Discussion (Misc queries) |