View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
terence terence is offline
external usenet poster
 
Posts: 18
Default RecordCount problem

Hi,

In my macro, I created an ADO recordset to hold the data.
But why I always get -1 when I use "rst.RecordCount" even
though the recordset is not empty?
Anyone knows?
Thanks a lot.

Terence