Hello,
I'm trying to do the following task:
Input files
--> csv file 1 with 360 columns of cashflow
--> csv file 2 with corresponding rates for the 360 columns
Task
--> calculate present value based on the cashflow and rate file
(i.e. file 1 column 1 * file 2 column 2 + file 1 column 2 * file 2 column 2 + ... file 1 column 360 * file 2 column 360)
Since 360 columns exceeds the max number of columns in excel. Is there anyway Excel VBA can read the csv files without opening it and loop through the files 360 times to get the present value?
Many thanks!!
I'm trying to do the following task:
Input files
--> csv file 1 with 360 columns of cashflow
--> csv file 2 with corresponding rates for the 360 columns
Task
--> calculate present value based on the cashflow and rate file
(i.e. file 1 column 1 * file 2 column 2 + file 1 column 2 * file 2 column 2 + ... file 1 column 360 * file 2 column 360)
Since 360 columns exceeds the max number of columns in excel. Is there anyway Excel VBA can read the csv files without opening it and loop through the files 360 times to get the present value?
Many thanks!!