Grizlore
Active Member
- Joined
- Aug 22, 2006
- Messages
- 259
Hi All, (Happy New Year!)
I wish to totally avoid the use of Calendar controls, as I have experienced many issues with them as I need to provide a solution for Users who use several different versions of Excel.
I have a Userform which needs two dates. The first is normally the current date, the second is a date in the future. Previously I have used selectable Calendar controls, but need to avoid these due to the reasons above.
Any suggestions on how to best to do this?
The first date, I aim to add a simple text field which will automatically populate with todays date.
The second date field is a future date and I was wondering what that the most elegant way of getting a User to enter a date is. Previous I have found that if you get Users to type in a date, there is normally an issue with validation and date formats.
What code / validation would you suggest for the most pain free date entry field.
Thanks in anticipation
I wish to totally avoid the use of Calendar controls, as I have experienced many issues with them as I need to provide a solution for Users who use several different versions of Excel.
I have a Userform which needs two dates. The first is normally the current date, the second is a date in the future. Previously I have used selectable Calendar controls, but need to avoid these due to the reasons above.
Any suggestions on how to best to do this?
The first date, I aim to add a simple text field which will automatically populate with todays date.
The second date field is a future date and I was wondering what that the most elegant way of getting a User to enter a date is. Previous I have found that if you get Users to type in a date, there is normally an issue with validation and date formats.
What code / validation would you suggest for the most pain free date entry field.
Thanks in anticipation