View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
qcan qcan is offline
external usenet poster
 
Posts: 20
Default .Refresh BackgroundQuery:=False

Hi,

I am not a very good programmer by any stretch of the imagination. I
usually can get by by recording what I need and making crude
adjustments within the code. It isn't pretty, but it does the job.

I have an issue that is puzzling. I can't figure it out.

I have made a small web query (not the first time). For whatever
reason I am getting a run-time error 1004 more often than not, It
isn't consistant, it happenes sometimes (most times) and sometimes
not. When it happens it never happens on the same line. When I debug
it it highlights in yellow ".Refresh BackgroundQuery:=False".

I tried changing the "false" to "true"... no luck. Any ideas how I can
fix this ?

Thanks.