Hi there,

I am trying to add 84 days to a date. The formula I am trying to use is:-
ActiveCell = ActiveCell.Offset(0, -32).Value + 84
However, it does not seem to work. I get run time error 13. Any help would be appreciated.

Regards,

James Elwell