Here's the question: is there a way to retrieve the range name created by the Import External Data feature?
Now, here's a little background:
I am creating a spreadsheet that will let me retrieve my bank credit card transactions in CSV format and then output a QIF file that I can import into Quicken (they eliminated this feature last month and want me to pay money each month to keep using it).
I am using the "Import External Data" feature. When I open the workbook, it asks to refresh the data, and I then navigate to this month's CSV download, open it, and Excel puts the data in a worksheet tab all by itself.
CSV_Download[TABLE="class: html-maker-worksheet"]
<tbody>[TR]
[TH][/TH]
[TH]A[/TH]
[TH]B[/TH]
[TH]C[/TH]
[TH]D[/TH]
[TH]E[/TH]
[/TR]
[TR]
[TH]1[/TH]
[TD]Posted Date[/TD]
[TD]Reference Number[/TD]
[TD]Payee[/TD]
[TD]Address[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TH]2[/TH]
[TD="align: right"]5/9/2019[/TD]
[TD]24427339128710032062810[/TD]
[TD]LUCKY #703 CARMEL CA[/TD]
[TD]CARMEL CA[/TD]
[TD="align: right"]-15.81[/TD]
[/TR]
[TR]
[TH]3[/TH]
[TD="align: right"]5/8/2019[/TD]
[TD]24431069128898000148724[/TD]
[TD]COSTCO WHSE #0131 SEASIDE CA[/TD]
[TD]SEASIDE CA[/TD]
[TD="align: right"]-160.91[/TD]
[/TR]
[TR]
[TH]4[/TH]
[TD="align: right"]5/8/2019[/TD]
[TD]24316059127548764002359[/TD]
[TD]SHELL OIL 57444694509 CARMEL CA[/TD]
[TD]CARMEL CA[/TD]
[TD="align: right"]-50.95[/TD]
[/TR]
[TR]
[TH]5[/TH]
[TD="align: right"]5/8/2019[/TD]
[TD]24431069127975019550404[/TD]
[TD]SAFEWAY #2669 CARMEL CA[/TD]
[TD]CARMEL CA[/TD]
[TD="align: right"]-4.85[/TD]
[/TR]
[TR]
[TH]6[/TH]
[TD="align: right"]5/7/2019[/TD]
[TD]24906419126072653887328[/TD]
[TD]Netflix.com netflix.com CA[/TD]
[TD]netflix.com CA[/TD]
[TD="align: right"]-21.6[/TD]
[/TR]
[TR]
[TH]7[/TH]
[TD="align: right"]5/7/2019[/TD]
[TD]24427339126710011809472[/TD]
[TD]LUCKY #703 CARMEL CA[/TD]
[TD]CARMEL CA[/TD]
[TD="align: right"]-34.15[/TD]
[/TR]
[TR]
[TH]8[/TH]
[TD="align: right"]5/6/2019[/TD]
[TD]24257959125030010155608[/TD]
[TD]Griggs Nursery Carmel CA[/TD]
[TD]Carmel CA[/TD]
[TD="align: right"]-12[/TD]
[/TR]
</tbody>[/TABLE]
Excel 2003
Here is the question: Excel automatically assigns a range name to this imported data. The range name is simply the name of the CSV file. While I am using macros to create the QIF file, at this point I'd prefer to find a way to use this range name in formulas without having to enter it.
Now, here's a little background:
I am creating a spreadsheet that will let me retrieve my bank credit card transactions in CSV format and then output a QIF file that I can import into Quicken (they eliminated this feature last month and want me to pay money each month to keep using it).
I am using the "Import External Data" feature. When I open the workbook, it asks to refresh the data, and I then navigate to this month's CSV download, open it, and Excel puts the data in a worksheet tab all by itself.
CSV_Download[TABLE="class: html-maker-worksheet"]
<tbody>[TR]
[TH][/TH]
[TH]A[/TH]
[TH]B[/TH]
[TH]C[/TH]
[TH]D[/TH]
[TH]E[/TH]
[/TR]
[TR]
[TH]1[/TH]
[TD]Posted Date[/TD]
[TD]Reference Number[/TD]
[TD]Payee[/TD]
[TD]Address[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TH]2[/TH]
[TD="align: right"]5/9/2019[/TD]
[TD]24427339128710032062810[/TD]
[TD]LUCKY #703 CARMEL CA[/TD]
[TD]CARMEL CA[/TD]
[TD="align: right"]-15.81[/TD]
[/TR]
[TR]
[TH]3[/TH]
[TD="align: right"]5/8/2019[/TD]
[TD]24431069128898000148724[/TD]
[TD]COSTCO WHSE #0131 SEASIDE CA[/TD]
[TD]SEASIDE CA[/TD]
[TD="align: right"]-160.91[/TD]
[/TR]
[TR]
[TH]4[/TH]
[TD="align: right"]5/8/2019[/TD]
[TD]24316059127548764002359[/TD]
[TD]SHELL OIL 57444694509 CARMEL CA[/TD]
[TD]CARMEL CA[/TD]
[TD="align: right"]-50.95[/TD]
[/TR]
[TR]
[TH]5[/TH]
[TD="align: right"]5/8/2019[/TD]
[TD]24431069127975019550404[/TD]
[TD]SAFEWAY #2669 CARMEL CA[/TD]
[TD]CARMEL CA[/TD]
[TD="align: right"]-4.85[/TD]
[/TR]
[TR]
[TH]6[/TH]
[TD="align: right"]5/7/2019[/TD]
[TD]24906419126072653887328[/TD]
[TD]Netflix.com netflix.com CA[/TD]
[TD]netflix.com CA[/TD]
[TD="align: right"]-21.6[/TD]
[/TR]
[TR]
[TH]7[/TH]
[TD="align: right"]5/7/2019[/TD]
[TD]24427339126710011809472[/TD]
[TD]LUCKY #703 CARMEL CA[/TD]
[TD]CARMEL CA[/TD]
[TD="align: right"]-34.15[/TD]
[/TR]
[TR]
[TH]8[/TH]
[TD="align: right"]5/6/2019[/TD]
[TD]24257959125030010155608[/TD]
[TD]Griggs Nursery Carmel CA[/TD]
[TD]Carmel CA[/TD]
[TD="align: right"]-12[/TD]
[/TR]
</tbody>[/TABLE]
Excel 2003
Here is the question: Excel automatically assigns a range name to this imported data. The range name is simply the name of the CSV file. While I am using macros to create the QIF file, at this point I'd prefer to find a way to use this range name in formulas without having to enter it.