tinkythomas
Active Member
- Joined
- Dec 13, 2006
- Messages
- 432
Hi,
I have sucessfully managed to open and extract data using ADO on closed excel workbooks located on a server. However if the workbooks are already open on another user's pc then they actually physically open on my pc (read-only).
I'm also experiencing memory leaks as I receive errors relating to resources. The code is running from Excel 2007 and I'm copying data from several workbooks (.xlam workbooks) into MS Access. I decided to use ADO because using Automation was far to slow!
I don't believe there are problems with the code I'm using because as mentioned it works fine on closed workbooks.
I can however post the code if needed.
Any help would be appreciated.
I have sucessfully managed to open and extract data using ADO on closed excel workbooks located on a server. However if the workbooks are already open on another user's pc then they actually physically open on my pc (read-only).
I'm also experiencing memory leaks as I receive errors relating to resources. The code is running from Excel 2007 and I'm copying data from several workbooks (.xlam workbooks) into MS Access. I decided to use ADO because using Automation was far to slow!
I don't believe there are problems with the code I'm using because as mentioned it works fine on closed workbooks.
I can however post the code if needed.
Any help would be appreciated.