View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Howes Michael Howes is offline
external usenet poster
 
Posts: 8
Default Turn on Track Changes in Excel from C#


I generate a few word and excel documents from a c# application.
I was able to easily turn on Track Changes in the word document from
my code by setting Word.Document.TrackRevisions = true;

I can't seem to find how to turn on track changes in Excel from code.

any help appreciated
thanks
mike