Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Everybody,
I'm programming Excel in Outlook and export some data from Outlook to Excel, I want to save newly added data in Excel and I use the following code appExcel.Activeworkbook.Save but I get the following message A file named "xyz.xls" already exists in this clocation . Do you wnat to replace it? how can I avoid this message? by the way I use the following code as well Set appExcel=Createobject("Excel.application") appExcel.workbooks.open(" filepath ") -- Best regards, Edward |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save, save as, page setup dimmed out in unprotected excel sheet? | Excel Discussion (Misc queries) | |||
Command Button Save As Application.ExecuteExcel4Macro ("SAVE.AS?() | Excel Discussion (Misc queries) | |||
Disable save, save as, but allow save via command button | Excel Programming | |||
How to diasble save and save as menu but allow a save button | Excel Programming | |||
Totally Disabling (^ save ) (Save as) and Save Icon – Which code do I use: | Excel Programming |