Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I save an Excel Wokbook where I have disabled Save and Save As
options in the BeforeSave event?? I am the programmer not the user. Thanks.- |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Add a stop at the beginning of the BeforeSave event code.
Save the workbook. When the code stops, move the cursor down to the End Sub line and continue. -- Jim Cone Portland, Oregon USA "Juan García" wrote in message How can I save an Excel Wokbook where I have disabled Save and Save As options in the BeforeSave event?? I am the programmer not the user. Thanks.- |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the Immediate Window
enableevents = false Save the workbook then enableevents = true Gord Dibben MS Excel MVP On Thu, 16 Oct 2008 17:34:19 +0200, "Juan García" wrote: How can I save an Excel Wokbook where I have disabled Save and Save As options in the BeforeSave event?? I am the programmer not the user. Thanks.- |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gord, Jim... thanks a lot!!!!
"Gord Dibben" <gorddibbATshawDOTca escribió en el mensaje ... In the Immediate Window enableevents = false Save the workbook then enableevents = true Gord Dibben MS Excel MVP On Thu, 16 Oct 2008 17:34:19 +0200, "Juan García" wrote: How can I save an Excel Wokbook where I have disabled Save and Save As options in the BeforeSave event?? I am the programmer not the user. Thanks.- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My CD won't let me save my Excel workbook on them? | Excel Discussion (Misc queries) | |||
Excel workbook will not save | Excel Discussion (Misc queries) | |||
Excel crashes when I try to save workbook | Excel Programming | |||
save excel workbook | Excel Discussion (Misc queries) | |||
Using interop.excel to open a workbook, the workbook doesn't ask to save changes. | Excel Programming |