Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Excel 2007 では、[レビュー] リボンに [変更の追跡] ボタンがあります。c# を使用してこのアクションを実行するにはどうすればよいですか?
次のコード行で行う必要があります
Excel.Application.ActiveWorkbook.HighlightChangesOnScreen = true;
ドキュメントが保存されていることを確認してください。