I have an excel spreadsheet that i need to import into a table, but the data in the spreadsheet is scattered throught the sheet.
I know how to import data using the transferspreadsheet method, but i only know how to do it using a single range.
is it possible to use that method with multiple ranges? are there any other options to do something similar?
Also, is there a way to have access set the range in excel rather than hard code it in? the amount of data will change with each import; how can i set the range based on if a row contains data or not?
i'd greatly appreciate any help!!
I know how to import data using the transferspreadsheet method, but i only know how to do it using a single range.
is it possible to use that method with multiple ranges? are there any other options to do something similar?
Also, is there a way to have access set the range in excel rather than hard code it in? the amount of data will change with each import; how can i set the range based on if a row contains data or not?
i'd greatly appreciate any help!!