Hi,
I'm querying an OLAP source using ADO from VBA with code similar to below :
Set rs = New Cellset
With rs
.Open sQry, cnn
End With
Usually I dump the Cellset into an array and then dump to the worksheet in one pass.
This doesn't work with a big query (1m rows+) due...