SuperCoolKev
New Member
- Joined
- May 11, 2019
- Messages
- 4
Hey all, thanks for looking at my question.
What I'm trying to do is create a VB program for my budget.
In my budget, I have two areas for data. One area shows a running total of my current allowance & expenses for any category, and the other area is where I enter each individual expense.
I have about 25 categories in my budget. When I update it, I enter all of my expenses into the individual expense area. Then I have to manually add them to the total's area.
If I can create a VB program that will test the budget category in the individual expense area against the budget category's in the total's area, and when it finds a match, have it pull the individual expense's value in the neighboring cell and add it to the total value next to the category name in the totals area, it would save me a ton of time.
I'm not sure where to begin. I think I could do this with a huge if statement, but I would have to program a 25 line deep if statement, and that may bog down my spreadsheet. I'd rather take on the challenge of making something in VB that I can run. Thanks in advance for the help.
What I'm trying to do is create a VB program for my budget.
In my budget, I have two areas for data. One area shows a running total of my current allowance & expenses for any category, and the other area is where I enter each individual expense.
I have about 25 categories in my budget. When I update it, I enter all of my expenses into the individual expense area. Then I have to manually add them to the total's area.
If I can create a VB program that will test the budget category in the individual expense area against the budget category's in the total's area, and when it finds a match, have it pull the individual expense's value in the neighboring cell and add it to the total value next to the category name in the totals area, it would save me a ton of time.
I'm not sure where to begin. I think I could do this with a huge if statement, but I would have to program a 25 line deep if statement, and that may bog down my spreadsheet. I'd rather take on the challenge of making something in VB that I can run. Thanks in advance for the help.