View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ado ado is offline
external usenet poster
 
Posts: 5
Default Update Access with a range from Excel,

Hello everybody and thanks in advance.
I have an Excel file with a range defined with a name (test_range), the
first line like a header. And i have an Access db with a table contains the
same header of the range from the Excel file.
I would like, in excel, to update the table in Access with the range
(test_range) from Excel.
Can someone help ??