=now()

J

Jim

Hello,

How do (is there a way) to write = NOW( ) so that the date will become
static once the Excel sheet is opened?
 
W

William Horton

You'll have to "copy and paste special / values" the NOW() once it is
entered. You can either do that manually or use a macro (Workbook open event
may work) is up to you.
 
P

paul

Insert a static date or time
Current date Select a cell and press CTRL+;

Current time Select a cell and press CTRL+SHIFT+;

Current date and time Select a cell and press CTRL+; then SPACE then
CTRL+SHIFT+;
 
Top