D
Dean Schenkel
I've written a VBA that does some lengthy Excel updates and then
attempts to exit with an Application.Quit. It is set up to
AutoRepublish a couple worksheets as html when quitting.
Everything works fine, except that AutoRepublish always displays
a warning that "The operation to AutoRepublish items to web pages
generated warnings or errors..." telling about external links
that were converted to numbers. This keeps Excel from closing
until someone hits OK.
I have an Application.DisplayAlerts=False set, but it seems to be
ignored. Is there some other way to get rid of the message or to
"push the button" in VBA?
Thanks!
Dean
attempts to exit with an Application.Quit. It is set up to
AutoRepublish a couple worksheets as html when quitting.
Everything works fine, except that AutoRepublish always displays
a warning that "The operation to AutoRepublish items to web pages
generated warnings or errors..." telling about external links
that were converted to numbers. This keeps Excel from closing
until someone hits OK.
I have an Application.DisplayAlerts=False set, but it seems to be
ignored. Is there some other way to get rid of the message or to
"push the button" in VBA?
Thanks!
Dean