View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jörgen Ahrens Jörgen Ahrens is offline
external usenet poster
 
Posts: 12
Default Make sure that the excel file is still the same

Hi All

Is there a good way to test if the excel file hasn't been changed since it
was last saved?

We thought about computing the hashvalue but we noticed that when the excel
file is opened and closed without changing anything it changes its last
access date/time and also something inside the datastructure of the file.
that destroyes our hashvalue theory...

thanks for your help.