S
shirley
I want a macro (that I assign to a toolbar button) that
will insert today's date, but will not update the date
when I open the program in a few day's time.
I've tried:-
InsertDate Sub()
ActiveCell.FormulaRICI = "=NOW()"
SctiveCell.Offset(0, 1).Range("A1").Select
End Sub
I have also tried replacing the "NOW" with "TODAY"
and "DATE".
will insert today's date, but will not update the date
when I open the program in a few day's time.
I've tried:-
InsertDate Sub()
ActiveCell.FormulaRICI = "=NOW()"
SctiveCell.Offset(0, 1).Range("A1").Select
End Sub
I have also tried replacing the "NOW" with "TODAY"
and "DATE".