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...