Will Graham
New Member
- Joined
- Oct 22, 2009
- Messages
- 8
I have a text.CVS file I down load daily off a server. I have used Get External Data From Text. Works well. I want to write a VBA sub to refresh the link as part of a large reporting package
What I have is:
Selection.QueryTable.Refresh BackgroundQuery:=False
But when it runs it asks/promts me for the file name. I don't want the entire application to stop here. How do I tell it to use the same file? with out stoping?
What I have is:
Selection.QueryTable.Refresh BackgroundQuery:=False
But when it runs it asks/promts me for the file name. I don't want the entire application to stop here. How do I tell it to use the same file? with out stoping?