I almost have the macro completed, but in an effort to get one less user input box, i'm trying something different. In this macro, I get a variable (labeled ddate) for a calendar date. It then runs into two if/then statements, and if the second if/then option is chosen, it needs to write the variable ddate in a mm-dd-yy format +1 on the dd part. so basically if the user entered 03-03-06 and chose my second if/then, how would get it to add one day to mm to have it display 03-04-06? Many thanks, B.P.