Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1. I want my InputBox to have a default value of a
date,NOW but i keep getting a TYPE mismatch error. 2. I would like the same as #1 but NOW +90 (days). This is what I have: Dim StartDate As Date #1 StartDate = InputBox("Words", "Title", Now(),2) #2 EndDate = InputBox("Words", "Title", Now()+90,2) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Turning off the default date input | Excel Discussion (Misc queries) | |||
input a date or update it based on date in another cell | New Users to Excel | |||
default name and value in input cell | Excel Worksheet Functions | |||
Retaining the default in an input box - again | Excel Programming | |||
Retaining a default in an input box | Excel Programming |