View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.links,microsoft.public.excel.misc,microsoft.public.excel.newusers
bzm
 
Posts: n/a
Default Prevent error messagebox when refresing querytable from the web fails

Hi,

It seems it might need something else too
In my class module, in BeforeRefresh event, I set
application.DisplayAlerts = .f.

Still, from time to time, I get the popup error message

Is there any way to close that automatically? A timeout or something?

Or any other setting to force that to not show up?

Thank you
Bogdan