Thread: ADO recordset
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default ADO recordset

I have Excel 2002. In VBA the LINEST function will not handle an array
with more rows than 65536. So it seems you need Excel 2007 or you
settle for using only 65536 rows of data.

Merjet