![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: John G
Posts: 62
|
I'm trying to have the user input a start and stop date on a userform and I'm not sure what the best way to validate this is. I haven't really decided on a way to do this. Anybody have any advice?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
Try with stuff like
IsDate(TextBox1) or CDate(TextBox1) > MyDate or things like that |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|