Hi, i'm making a script in vba to automate the data gathering of quite a bit of information and putting it into respective excel sheets. Vba in Excel, using Office 97. The script connects to Access 97 to run some SQL and then return values.
It seems (from what I've seen and other than the EXTERNAL DATA->Run SQL command) that the only way to get information from access is to do it recordset by recordset or row by row. Is it possible to just say, run SQL statement and place it startin on cell A2, BAM! get to work?
I hope so but I somehow doubt it. I think the constant filling up cells in excel is what's causing such a huge slow down in the script vs just doing it in access (which is itself pretty slow, but comparatively speaking)
Thanks
Frank
It seems (from what I've seen and other than the EXTERNAL DATA->Run SQL command) that the only way to get information from access is to do it recordset by recordset or row by row. Is it possible to just say, run SQL statement and place it startin on cell A2, BAM! get to work?
I hope so but I somehow doubt it. I think the constant filling up cells in excel is what's causing such a huge slow down in the script vs just doing it in access (which is itself pretty slow, but comparatively speaking)
Thanks
Frank