Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to create a to eliminate the Cancel Button when a user tries
to close or save a document. I am assuming that this would occur in the BeforeClose event or the Before Save Event. Thanks EM |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
set the workbook's SAVED property to TRUE, and Excel won't propmpt h euser to
save the file "Excel Monkey" wrote: Is it possible to create a to eliminate the Cancel Button when a user tries to close or save a document. I am assuming that this would occur in the BeforeClose event or the Before Save Event. Thanks EM |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveWindow.Close False
If this post helps click Yes --------------- Jacob Skaria "Excel Monkey" wrote: Is it possible to create a to eliminate the Cancel Button when a user tries to close or save a document. I am assuming that this would occur in the BeforeClose event or the Before Save Event. Thanks EM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Desable "Cancel" event | Excel Programming | |||
Need a "save & close" button directly on spreadsheet | Excel Discussion (Misc queries) | |||
how to stop program with loop by click "Cancel" button | Excel Programming | |||
Close workbook with "Cancel=TRUE" in the BeforeClose()" | Excel Programming | |||
How can I get "File Close" to prompt me to "Save Changes" ?? | Excel Programming |