Hi, I am trying to add a row of data for an excel sheet, for Example:
Date, Amount, Description, Statement, Entity
Into an array, where the date is greater than Start Date and less than End Date
The idea is to read a bank statement into an array and then either extract that data based on a date range or insert it into the array based on a date range, into my file.
Date, Amount, Description, Statement, Entity
Into an array, where the date is greater than Start Date and less than End Date
The idea is to read a bank statement into an array and then either extract that data based on a date range or insert it into the array based on a date range, into my file.