Apprentice,
This is the code the recorder generated when I tried a refresh on a text file import.
Range("A1").Select
Selection.QueryTable.Refresh BackgroundQuery:=False
You'd probably change it to something like:
Range("A1").QueryTable.Refresh BackgroundQuery:=False

Signature
Earl Kiosterud
www.smokeylake.com
Note: Some folks prefer bottom-posting. But if you bottom-post to a reply that's already
top-posted, the thread gets messy. When in Rome...
-----------------------------------------------------------------------
> Good afternoon,
>
[quoted text clipped - 5 lines]
>
> Thanks in advance and greetings from south Fla.