View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard Richter Richard Richter is offline
external usenet poster
 
Posts: 1
Default Save Error Message

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