ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   CopyRecordset in ADO (https://www.excelbanter.com/excel-programming/339881-copyrecordset-ado.html)

vqthomf

CopyRecordset in ADO
 
I need to copy the recordset to a spreadsheet in dao you can use
copyrecordset but I can't find it in ADO can someone tell me how this is done
in ado please.
Charles

Bob Phillips[_6_]

CopyRecordset in ADO
 
Charles,

It also exits in ADO, in Excel 2000 up at least.

Here is an example of some of my code that uses it

' Check to make sure we received data.
If Not oRS.EOF Then
Sheet1.Range("A1").CopyFromRecordset oRS
Else
MsgBox "No records returned.", vbCritical
End If



--
HTH

Bob Phillips

"vqthomf" wrote in message
...
I need to copy the recordset to a spreadsheet in dao you can use
copyrecordset but I can't find it in ADO can someone tell me how this is

done
in ado please.
Charles




vqthomf

CopyRecordset in ADO
 
Thanks I looked in the help files but found no reference to it.

"Bob Phillips" wrote:

Charles,

It also exits in ADO, in Excel 2000 up at least.

Here is an example of some of my code that uses it

' Check to make sure we received data.
If Not oRS.EOF Then
Sheet1.Range("A1").CopyFromRecordset oRS
Else
MsgBox "No records returned.", vbCritical
End If



--
HTH

Bob Phillips

"vqthomf" wrote in message
...
I need to copy the recordset to a spreadsheet in dao you can use
copyrecordset but I can't find it in ADO can someone tell me how this is

done
in ado please.
Charles





Bob Phillips[_6_]

CopyRecordset in ADO
 
If you type copyfromrecordset in the immediate window, put the cursor in the
word, and then hit F1, you should find it

--
HTH

Bob Phillips

"vqthomf" wrote in message
...
Thanks I looked in the help files but found no reference to it.

"Bob Phillips" wrote:

Charles,

It also exits in ADO, in Excel 2000 up at least.

Here is an example of some of my code that uses it

' Check to make sure we received data.
If Not oRS.EOF Then
Sheet1.Range("A1").CopyFromRecordset oRS
Else
MsgBox "No records returned.", vbCritical
End If



--
HTH

Bob Phillips

"vqthomf" wrote in message
...
I need to copy the recordset to a spreadsheet in dao you can use
copyrecordset but I can't find it in ADO can someone tell me how this

is
done
in ado please.
Charles








All times are GMT +1. The time now is 02:05 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com