VSTO - Activate "Track Changes" in an excel workbook with c# -



VSTO - Activate "Track Changes" in an excel workbook with c# -

in excel 2007 have button "track changes" in "review" ribbon. how can perform action through c#?

the next line of code should

excel.application.activeworkbook.highlightchangesonscreen = true;

make sure document has been saved.

c# excel vsto review track

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

content management system - How to allow only English submissions on Pligg CMS -

How do I check if an insert was successful with MySQLdb in Python? -