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 -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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