SQL.Request

  • Thread starter Thread starter Brian Gibson
  • Start date Start date
B

Brian Gibson

I have the function working in my worksheet, but can not get it to return
multiple rows. The documentation seems to indicate it should return a record
set, but I can not figure it out. Thanks in advance for your help. Brian
 
This file might be a help:
http://www.bygsoftware.com/examples/zipfiles/UsingSqlRequest.zip
It's in the "Excel with Access Databases" section on page:
http://www.bygsoftware.com/examples/examples.htm

This workbook demonstrates how to get data direct from an MS Access table,
or from an open or closed MS Excel workbook using the workbook function
SQL.REQUEST.

Recently updated to show the use of SQL.REQUEST in the same workbook.

The code is open and commented.


--
Regards
Andy Wiggins
www.BygSoftware.com
Home of "Save and BackUp",
"The Excel Auditor" and "Byg Tools for VBA"
 
Back
Top