southpawDiscGolf
New Member
- Joined
- Dec 2, 2008
- Messages
- 13
I realize that this is a continuation of a previous thread but after going back and forth ten times, I'd thought it best to re-ask the question.
I want the user to have total flexibility to input date information in any format that they desire - either with or without slashes and have the system be smart enough to interpret the input and make the necessary changes.
Can this be controlled entirely within VBA? Do I need to use user-forms?
Any advise would be greatly appreciated. The problem that I was having with the my code was when the cell has a date in it and the user wanted to change the date by entering 7468 (for July 4, 1968) the system interprets this to be 6/11/1920. My code was in the preliminary stages (mainly taken from Chip Pearson web site with some small modifications).
I want the user to have total flexibility to input date information in any format that they desire - either with or without slashes and have the system be smart enough to interpret the input and make the necessary changes.
Can this be controlled entirely within VBA? Do I need to use user-forms?
Any advise would be greatly appreciated. The problem that I was having with the my code was when the cell has a date in it and the user wanted to change the date by entering 7468 (for July 4, 1968) the system interprets this to be 6/11/1920. My code was in the preliminary stages (mainly taken from Chip Pearson web site with some small modifications).