Jeffrey Lebowski
Member
Hi everyone,
I have made a new years resolution to keep track of my finances. What better way to leverage Excel and it's capabilities with VBA??
I am able to download account activity into csv files from my banking website. I am writing vba to take the raw extract file and format it to my liking, and add it to a running log of my finances.
Part of the formatting I need help with is the column for the amount of each transaction. This column includes both positive and negative numbers. I want to take this column and split it into a debit column (positive) and credit column (negative).
Please see the attached file.
Thanks for your help!
I have made a new years resolution to keep track of my finances. What better way to leverage Excel and it's capabilities with VBA??
I am able to download account activity into csv files from my banking website. I am writing vba to take the raw extract file and format it to my liking, and add it to a running log of my finances.
Part of the formatting I need help with is the column for the amount of each transaction. This column includes both positive and negative numbers. I want to take this column and split it into a debit column (positive) and credit column (negative).
Please see the attached file.
Thanks for your help!