how to save a *.xls in an Access DB

  • Thread starter Thread starter matiasburnis
  • Start date Start date
M

matiasburnis

my question is simple, but I can not find an answer. how to save a *.xls in
an Access DB? I want to do it with code since Excel, and i do not how to do
it.
 
You can't save a spreadsheet per se in a database, but you can import
spreadsheets into tables in Access. File/Get External Data/Import....
 
Back
Top