Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Keeps asking to save.

Hello, I've added a small macro to my spreadsheet (e.g. I added a
button, then when the user clicks the button -- some code is kicked off).

So now, I'll open the spreadsheet, Excel will ask me to enable macros
and without making any changes, I'll attempt to close Excel down.
Immediately, Excel pops up a dialog box asking me whether I want to save
changes.

Q1. Why is it asking me to save changes when I haven't made any?
Q2. How can I make it stop?

Regards
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Keeps asking to save.

Any time you enable macros, Excel will assume changes. To stop being asked,
take out the macro. Otherwise, not much you can do.

"Frank Rizzo" wrote:

Hello, I've added a small macro to my spreadsheet (e.g. I added a
button, then when the user clicks the button -- some code is kicked off).

So now, I'll open the spreadsheet, Excel will ask me to enable macros
and without making any changes, I'll attempt to close Excel down.
Immediately, Excel pops up a dialog box asking me whether I want to save
changes.

Q1. Why is it asking me to save changes when I haven't made any?
Q2. How can I make it stop?

Regards

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Keeps asking to save.

Just because a file contains macros isn't enough to make excel think the
workbook has been changed.

If you have an auto_open or Workbook_Open procedure, then that procedure could
be doing something that makes excel think the file changed.

But a more common situation is when the user includes a function that
recalculates automatically--like

AREAS()
CELL()
INDIRECT()
ROWS()
COLUMNS()
NOW()
TODAY()
RAND()


Sean Timmons wrote:

Any time you enable macros, Excel will assume changes. To stop being asked,
take out the macro. Otherwise, not much you can do.

"Frank Rizzo" wrote:

Hello, I've added a small macro to my spreadsheet (e.g. I added a
button, then when the user clicks the button -- some code is kicked off).

So now, I'll open the spreadsheet, Excel will ask me to enable macros
and without making any changes, I'll attempt to close Excel down.
Immediately, Excel pops up a dialog box asking me whether I want to save
changes.

Q1. Why is it asking me to save changes when I haven't made any?
Q2. How can I make it stop?

Regards


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
JL JL is offline
external usenet poster
 
Posts: 24
Default Keeps asking to save.

Dave:

Thanks for this response. The same question has been asked in this group in
lots of different but similar ways. This is just one of those major though
small irritations that come up when something that should be so simple and
obvious isn't and it's very easy to get angry when your product does
something and the reason is not at all obvious.

Jeff Lynch

"Dave Peterson" wrote:

Just because a file contains macros isn't enough to make excel think the
workbook has been changed.

If you have an auto_open or Workbook_Open procedure, then that procedure could
be doing something that makes excel think the file changed.

But a more common situation is when the user includes a function that
recalculates automatically--like

AREAS()
CELL()
INDIRECT()
ROWS()
COLUMNS()
NOW()
TODAY()
RAND()


Sean Timmons wrote:

Any time you enable macros, Excel will assume changes. To stop being asked,
take out the macro. Otherwise, not much you can do.

"Frank Rizzo" wrote:

Hello, I've added a small macro to my spreadsheet (e.g. I added a
button, then when the user clicks the button -- some code is kicked off).

So now, I'll open the spreadsheet, Excel will ask me to enable macros
and without making any changes, I'll attempt to close Excel down.
Immediately, Excel pops up a dialog box asking me whether I want to save
changes.

Q1. Why is it asking me to save changes when I haven't made any?
Q2. How can I make it stop?

Regards


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Save As and save current numbers not the actual formulas and links Frank Menard Excel Discussion (Misc queries) 2 November 9th 06 09:18 PM
macro save a workbook whilst increasing file no shrek Excel Worksheet Functions 0 November 10th 05 02:40 PM
Save as Msg box monster Excel Discussion (Misc queries) 3 August 31st 05 06:45 PM
Save as Msg box Bob Umlas, Excel MVP Excel Discussion (Misc queries) 0 August 29th 05 09:56 PM
Save & Save As features in file menu of Excel Blue Excel Discussion (Misc queries) 9 December 27th 04 08:49 PM


All times are GMT +1. The time now is 01:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"