V
Vel
I need to design a module to import specific columns of data from a
spreadsheet. The spreadsheet is generated by an agency my company contracts
with and contains several columns of data which are irrelevant for our use.
Is there a way to specify specific columns of data in the "range" argument of
the TransferSpreadsheet method?
I know I could just alter the spreadsheet, or create named ranges, but this
is an inelegant solution, and may cause some confusion considering the
technical expertise of my userbase. I need to be able to just have them
download the excel report (which will be different each week) then click a
button in my database. I'm very familiar with VBA code, but I'm not sure how
to reference specific columns in Excel for the data import.
spreadsheet. The spreadsheet is generated by an agency my company contracts
with and contains several columns of data which are irrelevant for our use.
Is there a way to specify specific columns of data in the "range" argument of
the TransferSpreadsheet method?
I know I could just alter the spreadsheet, or create named ranges, but this
is an inelegant solution, and may cause some confusion considering the
technical expertise of my userbase. I need to be able to just have them
download the excel report (which will be different each week) then click a
button in my database. I'm very familiar with VBA code, but I'm not sure how
to reference specific columns in Excel for the data import.