Change notice

  • Thread starter Thread starter Gee...
  • Start date Start date
G

Gee...

When the button to close my spread sheet is pushed, it
returns you to the switchboard, but has a yes/no of:
"Do you want to save the changes etc..."

I need this to say "Always choose NO CHANGES". I still
need the thing to come up, because I make changes, but I
want my users to see the never change message. How do I
do this?
Thank you,
Gee...
 
Is it closed with code. If so, try

ActiveWorkbook.Close savechanges:=False


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top