Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I suppress the save dialog box when exiting the workbook and force the
workbook to run another procedure instead? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There are events that you can tie into. One of them is workbook_beforesave.
You can read more about these kinds of events at Chip Pearson's site: http://www.cpearson.com/excel/events.htm r wilcox wrote: How do I suppress the save dialog box when exiting the workbook and force the workbook to run another procedure instead? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you specify a binary transfer they shouldn't.
-- Regards, Tom Ogilvy "Dave Peterson" wrote in message ... There are events that you can tie into. One of them is workbook_beforesave. You can read more about these kinds of events at Chip Pearson's site: http://www.cpearson.com/excel/events.htm r wilcox wrote: How do I suppress the save dialog box when exiting the workbook and force the workbook to run another procedure instead? -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I bet you meant that other thread!
Tom Ogilvy wrote: If you specify a binary transfer they shouldn't. -- Regards, Tom Ogilvy "Dave Peterson" wrote in message ... There are events that you can tie into. One of them is workbook_beforesave. You can read more about these kinds of events at Chip Pearson's site: http://www.cpearson.com/excel/events.htm r wilcox wrote: How do I suppress the save dialog box when exiting the workbook and force the workbook to run another procedure instead? -- Dave Peterson -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yep. Guess I had the wrong one highlighted <blush
-- Regards, Tom Ogilvy "Dave Peterson" wrote in message ... I bet you meant that other thread! Tom Ogilvy wrote: If you specify a binary transfer they shouldn't. -- Regards, Tom Ogilvy "Dave Peterson" wrote in message ... There are events that you can tie into. One of them is workbook_beforesave. You can read more about these kinds of events at Chip Pearson's site: http://www.cpearson.com/excel/events.htm r wilcox wrote: How do I suppress the save dialog box when exiting the workbook and force the workbook to run another procedure instead? -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I suppress the enable macros and save changes messages? | Excel Worksheet Functions | |||
Suppress dialog from regserver command | Excel Discussion (Misc queries) | |||
how to suppress office assistance dialog | Excel Discussion (Misc queries) | |||
How-To suppress a warning dialog | Excel Programming | |||
Suppress dialog while opening a write protected Excel document from VBS | Excel Programming |