An implementation of Visual Basic that is built into Microsoft products.
Thank you Inbar, that answers the question.
I wonder, will we some day be able to connect to the Data Model in VBA?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there a way to return an ADO.Recordset into Excel from a Workbook.QueryTable ?
I know how to create a ListObject with its Querytable, which necessarily means dumping all the data on to a worksheet. I'd like a Recordset in-memory.
An implementation of Visual Basic that is built into Microsoft products.
Tag not monitored by Microsoft.
Thank you Inbar, that answers the question.
I wonder, will we some day be able to connect to the Data Model in VBA?
Hi @Patrick O'Beirne , to quote one of our Excel specialists:
A power query table is not a source that one can connect to, it is a transient entity that acts as an intermediary between a source and a query table in Excel or between a source and the Excel/Power Pivot data model.
This means that there is no way to connect directly to a Power Query table, only to the persistent result of the query in a query table or in the model.