Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am writing a 3rd party program (OpenInSight MultiValue Database) and I am
using OLE to populate an Excel 2000 file. When I send the Save command, I get a Microsoft Excel error message: A file named 'RESUME.XLW' already exists in this location. Do you want to replace it? - Yes, No, Cancel There is no RESUME.XLW on the entire hard drive (Yes, I checked). Is there any way to get rid of this error message. The object is for the program to run out of sight and not require a response from the operator. Thank you, Richard Richter |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Richard, Without seeing your code it is difficult to pinpoint the problem. Excel workspaces (.xlw files) are created automatically whenever you have multiple workbooks open. The file will be discarded when close Excel unless you select *Save Workspace...* under the *File* menu. Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.thecodecage.com/forumz/member.php?userid=75 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=45175 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tring to save header & footer change causes an error message | Excel Discussion (Misc queries) | |||
Error Message - File will NOT save | Excel Discussion (Misc queries) | |||
keep getting an error message when I save my excel spreadsheet | Excel Discussion (Misc queries) | |||
Formula Causing a Save Error Message | Excel Worksheet Functions | |||
save as error message | Excel Programming |