View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Corey[_3_] Corey[_3_] is offline
external usenet poster
 
Posts: 25
Default Unexpected .Saved=False

Could you use the Application.Displayalerts = False to ensure the msg
isnot given ?

"DocBrown" wrote in message
...
I have a workbook that when I open the file and immediately close it, I get
the 'Do you want to save' msgbox.

I insured that the auto_open was disabled. When the file is opened it
seems
to have the .Saved property always set to False. I tried to hold the shift
when I open it, same behavior.

What can I check to determine why? I can't figure out what is causing
this.

Thanks,
John