View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Can I pgrogramatically access Track Changes?

I have never tried it, but as I recall, the changes are stored in a hidden
sheet named HISTORY. You might see if such a sheet exist and see what it
looks like. That could be accessed programmatically.

--
Regards,
Tom Ogilvy


"xrbbaker" wrote:

When a workbook is shared one has the option to view the changes that various
users have made. Is there any way to programatically access those changes

Thanks,

Russ