T TAD from DBL Oct 6, 2008 #1 Is it possible to use an array formula to query an excel source data table? How would the criteria work?
Is it possible to use an array formula to query an excel source data table? How would the criteria work?
J Joel Oct 6, 2008 #2 I'm not sure but instead you can open the access opbject to get the data. Set obj = CreateObject("Access.application") obj.Visible = True Set myDB = obj.Open(Filename:="c:\temp\myDB.mdb")
I'm not sure but instead you can open the access opbject to get the data. Set obj = CreateObject("Access.application") obj.Visible = True Set myDB = obj.Open(Filename:="c:\temp\myDB.mdb")