User1150582658 posted
I'm creating a site that has multiple forms that are using ASP.net 1.1 I believe. They are then storing this data into a SQL database. I am then creating a seperate page that lets the user select the report they want and hit a generate button.
When this button is hit I'm opening an excel form in VBScript populating it with data from the SQL database and then I want to save it and send it to the user. This code all resides on the server. We don't want any client code, this system is meant
to be self contained.
When I try to save the excel sheet using ObjWorksheet.SaveAs("c:/...) it throws an error. Saying it could not be found. It could be one of three things. Does not exist, is open and I can't remember the last one. I know it works
on the server side because I can use localhost and it works just fine. Does anyone know a way around this? I am grateful for any insight into this problem. I'm using Excel 2007. Thanks.