999HelpPlease
New Member
- Joined
- Jul 16, 2014
- Messages
- 35
I want to write an if statement or VBA to separate the day, month and year. Instead of reading 1/12/2010 I want the 1 to appear in one column the 12 to appear in another column and the 2010 to appear in a separate column. One of my concerns is the first number can sometimes be two digits and the second number can sometimes be 1 digit. Any suggestions?