Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Is it possible to find out when data was entered into a cell

Some data was entered into an Excel worksheet after a cut off date. I there a
way of telling when the data was entered.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Is it possible to find out when data was entered into a cell

Hi,

Not with any level of certaintity there isn't. You have the last modified
date/time in File|properties but this won't tell you which data are changed
only that the workbook was changed on a certain date.

If this is important to you then for the future you may consider
time-stamping data entries with VB code and if you need that post back with
details and i'm sure someone will help.

Mike

"Jaybee" wrote:

Some data was entered into an Excel worksheet after a cut off date. I there a
way of telling when the data was entered.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Is it possible to find out when data was entered into a cell

For individual cells, none that I know of.

You could find the last saved date/time which might tell you something
assuming you have a backup of the version at cutoff date for comparison.

Sub dateit()
ActiveSheet.Range("A1").Value = "Last Saved : " & _
Format(ThisWorkbook.BuiltinDocumentProperties("Las t Save Time"), _
"yyyy-mmm-dd hh:mm:ss")
End Sub


Gord Dibben MS Excel MVP


On Tue, 30 Sep 2008 00:01:01 -0700, Jaybee
wrote:

Some data was entered into an Excel worksheet after a cut off date. I there a
way of telling when the data was entered.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Is it possible to find out when data was entered into a cell

Hi,

For future reference you can use the Track changes feature of Excel - jus
that after tracking changes, the workbook gets "shared" and some features
may be unavailable. Please read up more in the Help menu

--
Regards,

Ashsih Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Jaybee" wrote in message
...
Some data was entered into an Excel worksheet after a cut off date. I
there a
way of telling when the data was entered.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Locking Cell Once Data is entered Wm Pincumbe Excel Worksheet Functions 3 November 28th 07 06:14 PM
LOCK CELL AFTER DATA IS ENTERED MIke Excel Discussion (Misc queries) 4 October 24th 07 12:33 AM
Change color of cell when different cell has data entered B J G Excel Discussion (Misc queries) 1 October 18th 07 07:59 PM
How do I prevent data from being entered into a particular cell? Bryan Excel Discussion (Misc queries) 1 April 7th 07 01:24 AM
data changes when entered into a cell Ian Gill Excel Worksheet Functions 1 October 10th 06 05:39 PM


All times are GMT +1. The time now is 09:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"