View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jessica Jessica is offline
external usenet poster
 
Posts: 113
Default rs.addnew - named range vs. individual cell

Hi Everyone,

I know I can write the codes as follows to transfer data from Excel to
Access...

..AddNew
!FirstName = strFirst
!LastName = strLast
.Update

but is there anyway to specify and entire named range and have that append
into the access table without specifying each individual field? I've made my
excel record include all fields the same as the access record.

~Jessica