Hi
I have to get the data in an Excel sheet into a Access database. The datastructures of the Excel sheet and the Access database are very different, so a lot of reformatting/restructuring has to be done. So I like to use VBA to import the data. I know that I can open the sheet in an Excel instance from VBA, then reading, converting and saving it in the tables. Is this the best way to do this, or is there a way to somehow load the entire sheet into Access/VBA and navigate on the data without an Excel instance open. Thanks.
Marcel