View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Opening Recovered Sheet - 3rd Post

That is pretty much it for suppressing messages.

--
Regards,
Tom Ogilvy

"Terri" wrote in message
...
Hello!
I have a file that opens with a "Repairs" error message
explaining Errors were detected in ".xls", but Excel was
able to open file by making repairs...Click to view log
file listing repairs: "Link to repair log".

How can I supress this error message. I never want to
view the file.
Application.DisplayAlerts = False
doesn't work. Your help would really be appreciated.
Terri