View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
cubbybear3 cubbybear3 is offline
external usenet poster
 
Posts: 40
Default Problem with CSV web query

I am not sure if it will work, but try adding the statement "On Error
Resume Next" after the "End With". It worked for me. Good Luck.
-pb