A
Andrew
I think I've seen a way to prevent (supress?) errors in VBA but hav
forgotten just how I should do it.
This is my code. As you can see, it's to update data in a Currenc
Conversion file that I made.
Sub CurrencyUpdate()
Range("C5").Select
Selection.QueryTable.Refresh BackgroundQuery:=False
End Sub
Sometimes I get a Run-time error '1004' message saying "This web quer
returned no data".
Any solutions? Would appreciate any help
forgotten just how I should do it.
This is my code. As you can see, it's to update data in a Currenc
Conversion file that I made.
Sub CurrencyUpdate()
Range("C5").Select
Selection.QueryTable.Refresh BackgroundQuery:=False
End Sub
Sometimes I get a Run-time error '1004' message saying "This web quer
returned no data".
Any solutions? Would appreciate any help