View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
HotRod HotRod is offline
external usenet poster
 
Posts: 147
Default When was data added

Thought about that for future use but I was more concerned with the data
that already exists. I was also wondering if I built a log how much
processing would be used if someone cut and pasted a bunch of data into
cells. What Event would I fire on to cover a whole worksheet?

Is there a way to hide these logs? Worksheets?




"Otto Moehrbach" wrote in message
...
No, you can't get that from just the cell. However, there are ways of
building a log of cell(s) activity. That way you can look at the log and
get the info you want. HTH Otto
"HotRod" wrote in message
...
I was wondering if it's possible to look at the properties of Cells or
Rows to determine when they were entered into the excel sheet?