ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Saving workbook in code (https://www.excelbanter.com/excel-programming/336005-saving-workbook-code.html)

harkit

Saving workbook in code
 

Hi
I am Rajesh. I am stuck in a big big problem. PLease help me out...

I want to open a work book in a xls file using C# code in the page-load
event of an ASP.NET page, write two values into two cells (using code),
save that workbook and redirect the browser to show that xls file

But when the workbook.save statement is being executed, a dialog is
being thrown at me saying that "A file with name <file1.xls already
exists. Do u want to replace it?"

1) How can I save that xls file without that dialog?

And after saving when I redirect the browser to show that xls file,
that is becoming a read-only copy. I think this is due to an Excel.exe
instance running already in memory.

2) How can I make that xls file a writable one in when it is displayed
in browser?

Please help me.....

Many Many thanks in advance
Rajesh


--
harkit
------------------------------------------------------------------------
harkit's Profile: http://www.excelforum.com/member.php...o&userid=25764
View this thread: http://www.excelforum.com/showthread...hreadid=391732


Bernie Deitrick

Saving workbook in code
 
Rajesh,

For your question #1, the usual method is to use this befo

Application.DisplayAlerts = False

and use this after

Application.DisplayAlerts = True

where Application is the Excel object, so change to reflect your actual coding.

HTH,
Bernie
MS Excel MVP


"harkit" wrote in message
...

Hi
I am Rajesh. I am stuck in a big big problem. PLease help me out...

I want to open a work book in a xls file using C# code in the page-load
event of an ASP.NET page, write two values into two cells (using code),
save that workbook and redirect the browser to show that xls file

But when the workbook.save statement is being executed, a dialog is
being thrown at me saying that "A file with name <file1.xls already
exists. Do u want to replace it?"

1) How can I save that xls file without that dialog?

And after saving when I redirect the browser to show that xls file,
that is becoming a read-only copy. I think this is due to an Excel.exe
instance running already in memory.

2) How can I make that xls file a writable one in when it is displayed
in browser?

Please help me.....

Many Many thanks in advance
Rajesh


--
harkit
------------------------------------------------------------------------
harkit's Profile: http://www.excelforum.com/member.php...o&userid=25764
View this thread: http://www.excelforum.com/showthread...hreadid=391732





All times are GMT +1. The time now is 04:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com