Thread: save failure
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Henry[_4_] Henry[_4_] is offline
external usenet poster
 
Posts: 72
Default save failure

Ken,

If you're trying to save the spreadsheet to a floppy then DON'T.
Save it to your hard drive and then copy it to floppy.
Running XL from floppy, or saving directly to a floppy causes problems.


HTH
Henry

"Ken" wrote in message
...
I have written an RTD provider which returns data in the
form of a string which is ~10K. After my data is returned
and I do a save, Excel takes several minutes to write an
excessively large temporary save file then returns a 'The
disk is full' message followed by a 'Document not saved.'
message. How can I get my RTD spreadsheets to save?