Oberon70
Board Regular
- Joined
- Jan 21, 2022
- Messages
- 160
- Office Version
- 365
- Platform
- Windows
This is part 2 to my previous post were I copied the invoice information to a table to list the invoices I receive. The next part is were I am going to only copy the columns I need from the data sheet on the statement.
The statements from different provides will have there data organised differently, which is fine. I likely will use case to ensure the correct process is selected.
The issue is it is not a 1 to 1 copy. I am only wanting specific columns. Below is a dummy Data Sheet. There is information above line 48, but I am only interested in the information from line 48.
The selected information would then be copied to the below table on another sheet/workbook.
I had written a code that would convert the above information into a table, but I didn't know if that would be the best way? where I copy each column I want into the above table?
The following columns I already have the information assigned in variables from a previous sub:
Provider, Portfolio Code, Invoice number and Invoice Date.
FileRef1 = claim number
Provider's Ref = FileCode
Amount = StrPaytAmt
ExCommission = Strcomamt
GST = STRGSTAMT
The above would be dynamic as different statements have different amount of transactions.
looking forward to any ideas?
The statements from different provides will have there data organised differently, which is fine. I likely will use case to ensure the correct process is selected.
The issue is it is not a 1 to 1 copy. I am only wanting specific columns. Below is a dummy Data Sheet. There is information above line 48, but I am only interested in the information from line 48.
The selected information would then be copied to the below table on another sheet/workbook.
I had written a code that would convert the above information into a table, but I didn't know if that would be the best way? where I copy each column I want into the above table?
The following columns I already have the information assigned in variables from a previous sub:
Provider, Portfolio Code, Invoice number and Invoice Date.
FileRef1 = claim number
Provider's Ref = FileCode
Amount = StrPaytAmt
ExCommission = Strcomamt
GST = STRGSTAMT
The above would be dynamic as different statements have different amount of transactions.
looking forward to any ideas?