Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Weird Problem: Excel SaveAs-- document not saved

From your description, the problem is not with Excel (since you can run
the application) but appears to be "the system." You've played with
permissions (network user configurations) and played with a simple test case
to construct a text file, so you've narrowed it down to a relationship
between Excel (maybe all of MS Office) and the user. Could there be a
reference in your code that needs to reach some other, restricted portion of
your server? Any wierd library members in use? Are the users merely
activating plain-old-Excel? What about OS restrictions on their individual
workstations?

Steve in Ohio

"Matias" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I recover an Excel document saved not saved as Darryl Excel Discussion (Misc queries) 6 January 5th 10 03:39 AM
Can't open excel document after I saved it. capxc Excel Discussion (Misc queries) 3 June 16th 09 01:29 AM
Why do I get an error Document not Saved in Excel? Helena Excel Discussion (Misc queries) 1 February 6th 06 03:15 PM
WEIRD Excel problem when saving.... jcolon68 Excel Discussion (Misc queries) 1 September 14th 05 05:07 PM
Weird Excel problem Sean[_13_] Excel Programming 2 November 4th 04 07:52 PM


All times are GMT +1. The time now is 01:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"