ActualHealth
New member
- Local time
- Today, 09:51
- Joined
- May 10, 2013
- Messages
- 8
I need to read one cell data on one specific worksheet from each of all the Excel workbooks saved in one same folder, and write the data into a table in the Access file. The Access file table has only two columns: the first column has the string to use as indicator on which workbook to read the data from, and the second column stores the data retrieved from that correspponding workbook.
I saw that there happens to have one thread on similar question posted today. And I think the section '
Are there any better way to do it for my case? Thank you very much for any suggestions.
I saw that there happens to have one thread on similar question posted today. And I think the section '
Write Data From an EXCEL Worksheet into a Recordset using Automation (VBA)
' from the suggested link might be a potential solution with some modifications. However, I also noticed that it's actually openning each workbook while I only need to read just one cell from it, which I assume will cause some overhead when running the code.Are there any better way to do it for my case? Thank you very much for any suggestions.