View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matias[_2_] Matias[_2_] is offline
external usenet poster
 
Posts: 1
Default Weird Problem: Excel SaveAs-- document not saved

Hi all, I'm having a problem with an ASP code for creating an excel
file.
The code works fine for me as I am a server administrator, but
authenticated users get the "Document not saved" message.

What the code does:
- It opens a base xls file (original.xls)
- It adds info to the excel sheet
- It saves the file as (anotherName.xls)

when executing the SaveAs command, the error ocurrs.

Things I've checked...
- Permissions on the destination folder (I gave Full control to the
"authenticated users" group)
- I've developed a simple page that creates a text file on the
destination folder (using FSO). User who get the error can execute
this page normally and the text file gets created.

Any ideas?

TIA

Matias