To link the content of several workbooks I import external data into a sheet. I would like to do this controlled via a macro.
The files are stored on a network server.
When using standard code the update is performed as expected:
With ActiveSheet.QueryTables.Add(Connection:=Array( _...