Yes, I do quite often.ActiveCell.FormulaR1C1 = strMonth & "/" & strDay & "/" & strYearWill concatenate date values with the / to provide a converted date.ActiveCell.Offset(1, 0).Range("A1").Select 'Moves the cursor down tothe next row.