Hi all…
I’m looking for code to export a named range directly from Excel to an Access 97 database…
The reason I want to do it this way, rather than import from inside Access, is that I want it automated… and there is a new excel file created every day… with difference names… The database that the data is going to is always going to be in the same location and exported into the same table…
Specifically… in VBA, I want to say:
Export the named range, “Prices”, from this workbook… to “ThePathandDBName.mdb”, table named Prices… Yes, the first row contains headings… and Yes, overwrite the existing table…
Can this be done?
Thanks in advance!