View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Vinod[_2_] Vinod[_2_] is offline
external usenet poster
 
Posts: 72
Default Administrative Limit was exceeded

I have written a macro used to read data from LDAP which assigns the retrived
data to a recordset. Upto this its working fine.

Later when I tried to read the data from recordset and storing in an excel
workbook by saying rs.MoveLast or rs.MoveNext I prompted with the following
Run-time error.

Run-time error '-2147016668 (80072024)':
The administrative limit for this request was exceeded.

Please help me out in resolving the above error and how to proceed further.
Any help it would be appreciated.


Advanced Thanks
~Vins