Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you, Bernie!
In fact, we may only set Saved property after call Save method. Below code is worked. ExcelForm = CreateObject("Excel.Application") ExcelForm.Visible = True exwbook = ExcelForm.Workbooks.Open("C:\template.xls") exsheet = exwbook.Worksheets("template") ... ... exwbook.Save() exwbook.Saved = True *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Each time I close an Excel file, it asks if I want to save. | Excel Discussion (Misc queries) | |||
Excel asks to save an unchanged document. Why? | Excel Discussion (Misc queries) | |||
excel 02 always asks "save changes?" when closing unaltered file | Excel Discussion (Misc queries) | |||
why excel 2003 always asks to save or not | Excel Discussion (Misc queries) | |||
System asks to save when no changes made? | Excel Programming |