R
Robin
Hi
I'm developing an Access App which pulls data from various sources and
compiles summary reports. Some of the data sources are Excel files on
network folders and I can use "DoCmd.TransferSpreadsheet acImport" to import
these to a table. However, some of the sources are Excel files on internal
SharePoint sites, and have an http://.... address.
Is there a VBA method for importing data over http? I've obviously tried
"DoCmd.TransferSpreadsheet acImport" but this generates an error: 3651 -
invalid internet address.
Many thanks
Robin
I'm developing an Access App which pulls data from various sources and
compiles summary reports. Some of the data sources are Excel files on
network folders and I can use "DoCmd.TransferSpreadsheet acImport" to import
these to a table. However, some of the sources are Excel files on internal
SharePoint sites, and have an http://.... address.
Is there a VBA method for importing data over http? I've obviously tried
"DoCmd.TransferSpreadsheet acImport" but this generates an error: 3651 -
invalid internet address.
Many thanks
Robin