chriss1519
New Member
- Joined
- Feb 10, 2004
- Messages
- 40
I have an excel file which has data linked to an external source. I want to program a macro to update this query. When I recorded a macro to do this, I get:
Selection.QueryTable.Refresh BackgroundQuery:=False
I don't want to use selection because the query output range will change with every update.
Thoughts?
Selection.QueryTable.Refresh BackgroundQuery:=False
I don't want to use selection because the query output range will change with every update.
Thoughts?