• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Tracking Finances with VBA

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!
 

Attachments

Hi, Jeffrey Lebowski!
Glad you solved it. Thanks for your feedback and welcome back whenever needed or wanted.
Regards!
 
Back
Top