View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard[_5_] Richard[_5_] is offline
external usenet poster
 
Posts: 2
Default "On open€¯ interferes with "On Change"

I have a work book with 15 Worksheets. This is accesses by numerous
individuals. Each sheet has "On Change" code that notes the last day and time
the any data was changed in the worksheet. I would also like to add a
function that tells me when the last time the worksheet was accessed or
opened. However when I used the on open procedure to capture this data it
also changed the "On Change" date. I want these two dates to be independent
of each other.
--
Thank You
RVF