Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've researched the forums and it looks like the "Do you want to save
changes" prompt will always appear when a volatile function is used (in my case I'm using several). But I haven't seen a solution to bypass this prompt (as removing the volatile functions is not an option for me). The file is protected and users can only access it as read only. The answer to the prompt will always be "no." Is there a code that will bypass this message? TIA for assistance! puakeni |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Puakeni,
see help for workbook_beforesave and workbook_beforeclose events. Let me know if you need more details, Regards, Ivan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Believe Ivan is indicating you should use the beforeclose event to set
Thisworkbook.Saved = True to see if it suppresses the message. If your not familiar with events, you should see Chip Pearson's page for an overview http://www.cpearson.com/excel/events.htm -- Regards, Tom Ogilvy "Ivan Raiminius" wrote: Hi Puakeni, see help for workbook_beforesave and workbook_beforeclose events. Let me know if you need more details, Regards, Ivan |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the replies folks. I found something that works.
Have a great weekend! puakeni |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Today - volatile function | Excel Discussion (Misc queries) | |||
is MATCH a volatile function? | Excel Discussion (Misc queries) | |||
why is the INDIRECT function volatile? | Excel Worksheet Functions | |||
save prompt for user exit, but no save prompt for batch import? | Excel Discussion (Misc queries) | |||
Making a function somewhat volatile. | Excel Programming |