I want to import data from a spreadsheet automatically. How can I tell access to import a particular range of the spreadsheet, as in range("A15",range("A15").end(xldown).offset(-3,0))??? I want access to append this data to the bottom of an existing table in my database. Is this possible? I am trying to use the transfer spreadsheet method but am having no luck.
Thanks for any help.
Thanks for any help.