Hi Folks,
I have lots of occasions to use worksheets as database tables. As far as I know, the natural way to do this (correct me if I'm wrong) is to open an ADODB connection to the workbook, using the workbook's path.
However, this has a side effect, in that changes to the "table" worksheet aren't available until the workbook is saved down. I would like to query the worksheet and get the new data without having to save down first.
So, the question is: Is there a way to use a worksheet as a table in ThisWorksheet so that it doesn't need to open an extra file connection (to an undesirably stale version of the workbook)?
Thanks,
Jamie
Bookmarks