Prevent "Opening..." alert when opening from VBA

  • Thread starter Thread starter Steven Wallace
  • Start date Start date
S

Steven Wallace

Is there any way to prevent Excel from showing an "Opening..." alert
when accessing a file from the Web via VBA? The dialog pops up in
front of other applications when I want Excel to perform its work in
the background, and takes the focus away from the front window.

Thanks for any clues - I've not been able to figure out a decent query
to archives...

Steven Wallace
 
try

application.displayalerts=false
'stuff
application.displayalerts=true

tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top