I have a date in a cell in the form of 02/24/11 for example. I need to split the month and day into 2 different variables. Is there a way in VBA to break the date at the /'s so the month and day are their own variables so i can populate text boxes in a userform with them?