Soldato
- Joined
- 29 May 2005
- Posts
- 5,622
- Location
- West London
I have an Excel workbook which gets Data from Excel (simply using a ODBC connection, using the Data->From Access function)
I have a simple Macro which refreshes the table source (through Selection.ListObject.QueryTable.Refresh BackgroundQuery:=False) in order to faciliate an end user tactical Excel Application.
The problem is, when you run it on the machine the data connection was setup, it works perfect. When you try on another machine, it fails to work and comes up with numerous legacy ODBC dialogues, that look Win 95 esque.
Any ideas so that the link is maintained between machines? I am using an absolute network path (eg \\SERVER\blah\blah.accdb) rather than V:\blach.accdb.
I have a simple Macro which refreshes the table source (through Selection.ListObject.QueryTable.Refresh BackgroundQuery:=False) in order to faciliate an end user tactical Excel Application.
The problem is, when you run it on the machine the data connection was setup, it works perfect. When you try on another machine, it fails to work and comes up with numerous legacy ODBC dialogues, that look Win 95 esque.
Any ideas so that the link is maintained between machines? I am using an absolute network path (eg \\SERVER\blah\blah.accdb) rather than V:\blach.accdb.