Hi Folks
Is there a workaround on the subject limit, or how can I direct the output to a new worksheet once it reaches the max rows limit
Here's the snippet of the code I am using :
***
Set RsrDetail = db.OpenRecordset("SELECT * FROM tblOrderDetails")
nbRows = WS.Range("A7").CopyFromRecordset(RsrDetail)
***
Thanks a lot
Is there a workaround on the subject limit, or how can I direct the output to a new worksheet once it reaches the max rows limit
Here's the snippet of the code I am using :
***
Set RsrDetail = db.OpenRecordset("SELECT * FROM tblOrderDetails")
nbRows = WS.Range("A7").CopyFromRecordset(RsrDetail)
***
Thanks a lot