CurlyQ12391
New Member
- Joined
- Jan 16, 2023
- Messages
- 2
- Office Version
- 2013
- Platform
- Windows
Hello! I am quite familiar with Excel, but new to VBA and would love any assistance that could be provided. I did find a similar post for my situation, but I wasn't able to leverage the code in a way that would work for me (probably my fault).
I am wanting to automate my monthly financial tracker. I currently download my account activity on a routine basis, manually categorize it, and then cut it into categorized sections so I can track the amount spent for each category. It seems like I could potentially download my account activity, still manually categorize it, and then have VBA run to copy the categorized data from one tab into another (as a new row).
Hopefully the example image gives a better idea of what I want to do.
Sheet4 = Where I would paste Account Activity data (manually remove duplicates and categorize)
Sheet 3 = Where I want VBA to paste new rows of data (probably to the top of the corresponding section)
Example: Hulu charge is categorized in Sheet4, column D as "TV Streaming", so data from columns A-C would be pasted under the TV Streaming section of Sheet 3.
Additionally, if you have any suggestions on a better way to build this I am open!
I am wanting to automate my monthly financial tracker. I currently download my account activity on a routine basis, manually categorize it, and then cut it into categorized sections so I can track the amount spent for each category. It seems like I could potentially download my account activity, still manually categorize it, and then have VBA run to copy the categorized data from one tab into another (as a new row).
Hopefully the example image gives a better idea of what I want to do.
Sheet4 = Where I would paste Account Activity data (manually remove duplicates and categorize)
Sheet 3 = Where I want VBA to paste new rows of data (probably to the top of the corresponding section)
Example: Hulu charge is categorized in Sheet4, column D as "TV Streaming", so data from columns A-C would be pasted under the TV Streaming section of Sheet 3.
Additionally, if you have any suggestions on a better way to build this I am open!