I want to have the user enter a date to an input box in the format "01/01/05".
Set myDate = Application.InputBox(prompt:="Enter the first day of the Month, mm/01/yy", Type:=0 + 1 + 2)
Can anyone tell me the Type setting to use so that I may assign the value input to a cell as the myDate value? 0 + 1 + 2 doesn't work.
Thanks,
Lakefish
Set myDate = Application.InputBox(prompt:="Enter the first day of the Month, mm/01/yy", Type:=0 + 1 + 2)
Can anyone tell me the Type setting to use so that I may assign the value input to a cell as the myDate value? 0 + 1 + 2 doesn't work.
Thanks,
Lakefish