Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 155
Default Personal.xls ?Save? on exit but no changes

Hi,

I use my Personal.xls to save handy formulas, tips etc. Sometimes if I've
used a piece of code shared on the internet, I'll save the blurb to an Excel
sheet in Personal.

Recently I get a dialogue box asking if I want to save Personal every time I
exit Excel even when I know I haven't made changes. I've checked this by
opening a new wkbk and closing immediately.

I did rename Personal a little while ago and saved in another directory
because I wondered if it was slowing the loading of Excel on my machine. It
wasn't so I deleted the Personal in XLSTART and copied the original Personal
back in and renamed it.

If anyone can help I would be grateful :-)

Cheers
Diddy
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Personal.xls ?Save? on exit but no changes

Comment any open event code that modifies the file in some way.

Look for and disable any cell formulas (or named formulas) that include
=Today() or =Now()

Links?

Regards,
Peter T


"Diddy" wrote in message
...
Hi,

I use my Personal.xls to save handy formulas, tips etc. Sometimes if I've
used a piece of code shared on the internet, I'll save the blurb to an
Excel
sheet in Personal.

Recently I get a dialogue box asking if I want to save Personal every time
I
exit Excel even when I know I haven't made changes. I've checked this by
opening a new wkbk and closing immediately.

I did rename Personal a little while ago and saved in another directory
because I wondered if it was slowing the loading of Excel on my machine.
It
wasn't so I deleted the Personal in XLSTART and copied the original
Personal
back in and renamed it.

If anyone can help I would be grateful :-)

Cheers
Diddy



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 155
Default Personal.xls ?Save? on exit but no changes

Hi Peter,

I've tried your kind suggestions but nothing doing.

I'm going to start again with a new Personal and add sheets and modules one
by one to see if I can find the problem.

Thanks for your help though, I just thought that there may be something
completely obvious that I wasn't aware of.

Thanks again
Diddy


"Peter T" wrote:

Comment any open event code that modifies the file in some way.

Look for and disable any cell formulas (or named formulas) that include
=Today() or =Now()

Links?

Regards,
Peter T


"Diddy" wrote in message
...
Hi,

I use my Personal.xls to save handy formulas, tips etc. Sometimes if I've
used a piece of code shared on the internet, I'll save the blurb to an
Excel
sheet in Personal.

Recently I get a dialogue box asking if I want to save Personal every time
I
exit Excel even when I know I haven't made changes. I've checked this by
opening a new wkbk and closing immediately.

I did rename Personal a little while ago and saved in another directory
because I wondered if it was slowing the loading of Excel on my machine.
It
wasn't so I deleted the Personal in XLSTART and copied the original
Personal
back in and renamed it.

If anyone can help I would be grateful :-)

Cheers
Diddy



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 155
Default Personal.xls ?Save? on exit but no changes

Hi Peter,

It seems to have been =CELL("Filename",A1)

It's the only formula in the Personal wkbk that is an actual formula. All
the example formula are entered as text.

Many thanks for the pointer.

Cheers
Diddy

"Peter T" wrote:

Comment any open event code that modifies the file in some way.

Look for and disable any cell formulas (or named formulas) that include
=Today() or =Now()

Links?

Regards,
Peter T


"Diddy" wrote in message
...
Hi,

I use my Personal.xls to save handy formulas, tips etc. Sometimes if I've
used a piece of code shared on the internet, I'll save the blurb to an
Excel
sheet in Personal.

Recently I get a dialogue box asking if I want to save Personal every time
I
exit Excel even when I know I haven't made changes. I've checked this by
opening a new wkbk and closing immediately.

I did rename Personal a little while ago and saved in another directory
because I wondered if it was slowing the loading of Excel on my machine.
It
wasn't so I deleted the Personal in XLSTART and copied the original
Personal
back in and renamed it.

If anyone can help I would be grateful :-)

Cheers
Diddy



.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Personal.xls ?Save? on exit but no changes

Thanks for the feedback Diddy.

You made me have another look and it seems any Volatile function will flag
the file as unsaved on opening. As documented the Cell formula is not
volatile, but it is. More volatile functions listed here -

http://www.decisionmodels.com/calcsecretsi.htm

Regards,
Peter T


"Diddy" wrote in message
...
Hi Peter,

It seems to have been =CELL("Filename",A1)

It's the only formula in the Personal wkbk that is an actual formula. All
the example formula are entered as text.

Many thanks for the pointer.

Cheers
Diddy

"Peter T" wrote:

Comment any open event code that modifies the file in some way.

Look for and disable any cell formulas (or named formulas) that include
=Today() or =Now()

Links?

Regards,
Peter T


"Diddy" wrote in message
...
Hi,

I use my Personal.xls to save handy formulas, tips etc. Sometimes if
I've
used a piece of code shared on the internet, I'll save the blurb to an
Excel
sheet in Personal.

Recently I get a dialogue box asking if I want to save Personal every
time
I
exit Excel even when I know I haven't made changes. I've checked this
by
opening a new wkbk and closing immediately.

I did rename Personal a little while ago and saved in another directory
because I wondered if it was slowing the loading of Excel on my
machine.
It
wasn't so I deleted the Personal in XLSTART and copied the original
Personal
back in and renamed it.

If anyone can help I would be grateful :-)

Cheers
Diddy



.



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/exit macro andrewbt Excel Programming 2 August 4th 07 08:54 PM
On Exit, always asked to save loveexcel Excel Worksheet Functions 3 June 29th 06 09:51 PM
Hiding Personal.xls Requires Exit Twice Kay Excel Worksheet Functions 2 March 7th 05 02:05 PM
Save & Exit Anthony Excel Worksheet Functions 1 February 12th 05 05:23 PM
save on exit message box Olly[_3_] Excel Programming 3 November 7th 03 09:32 PM


All times are GMT +1. The time now is 07:28 AM.

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

About Us

"It's about Microsoft Excel"