Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default HighlightChangesOptions and HighlightChangesOnScreen not saving?


I generate some Excel files from c#

I turn change tracking on, which requires me to share the the
document. So I save with sharing, turn change tracking on, save again,
then make the excel application Visible.

Everything seems to work fine. Change tracking works, things seem ok

I close Excel, then open the file up manually. Change tracking doesn't
show all changes, for some reason it's set to "Since I last saved"

huh?

my code
excelApp.Workbooks[1].KeepChangeHistory = true;

object oWho = "Everyone";
excelApp.Workbooks[1].HighlightChangesOptions(Excel.XlHighlightChangesT ime.xlAllChanges,
oWho, Type.Missing);
excelApp.Workbooks[1].ListChangesOnNewSheet = false;
excelApp.Workbooks[1].HighlightChangesOnScreen = true;


any ideas?

thanks
mike
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving xls to pdf Bob Excel Discussion (Misc queries) 5 January 8th 07 08:11 PM
Saving fak119 Excel Discussion (Misc queries) 1 August 28th 06 08:36 AM
Saving Changes blatham Excel Discussion (Misc queries) 4 February 3rd 06 03:17 PM
saving to CD agilitygrandma Excel Discussion (Misc queries) 8 January 20th 06 08:24 PM
Saving and DRM LDanix Excel Discussion (Misc queries) 1 January 13th 05 07:13 PM


All times are GMT +1. The time now is 11:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"