Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code
Private Sub cmdUpdateSummary_Click() Dim StartDate As Date Dim EndDate As Date StartDate = InputBox("Enter Starting Date Please", StartDate) EndDate = InputBox("Enter Ending Date Please", EndDate) End Sub Can anyone tell me how i can collect the dates in between those entered from a worksheet and place them on a new worksheet? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Check on the input in an inputbox | Excel Programming | |||
Numerical Input via an inputbox method | Excel Programming | |||
Numerical Input via an inputbox method | Excel Programming | |||
Check on the input in an inputbox | Excel Programming | |||
String length of Inputbox user input. | Excel Programming |