G
Guest
In a macro I would like to add 1 month to a date in another cell. L5 =
3/31/07 so when the macro runs I would like L4 to display 4/30/07. something
like:
Range("L4").Select
ActiveCell. add 1 month to date in L5.
Any ideas??
3/31/07 so when the macro runs I would like L4 to display 4/30/07. something
like:
Range("L4").Select
ActiveCell. add 1 month to date in L5.
Any ideas??