timestamp

J

james

excell spreadsheet, cell acquires date from formula, but when new information
is entered the date changes, I need it not to change once the formula has
been made.
 
A

Archimedes' Lever

excell spreadsheet, cell acquires date from formula, but when new information
is entered the date changes, I need it not to change once the formula has
been made.


Tie it to the file creation date.

This query would then be about how one extracts such file attribute
info during a session for use in a sheet.
 
G

Gord Dibben

I would suggest some type of event code that adds a static timestamp rather
than have a formula-derived one.

But you can prevent a formula from updating using worksheet functions alone.

Couple of methods on John McGimpsey's site

One without VBA and one with.

http://www.mcgimpsey.com/excel/timestamp.html


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top