how to save a *.xls in an Access DB

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.
 
M

mray29

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....
 
Top