Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Range to Recordset?

Status
Not open for further replies.

cbhnp

MIS
Jul 9, 2002
27
US
I know I can copy an ADO recordset to a range by using the CopyFromRecordset method. But is there a similar way to to do the reverse - get a range into a recordset? Or do I need to loop through the CurrentRegion with AddNew?

I'm trying to use Excel as an input form. Binding a datagrid control would be great but I don't see VBA being able to do that. Any suggestions would be great.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top