Okay -- I've been scouring the internet including these forums to try to figure this out, but I just couldn't get exactly what I was looking for.
I'm new to VBA, so reading code that I've found and attempting to change it based on my needs hasn't worked out very well for me. I'm working on a budget and what I'd like to do is copy/paste or mirror a specific row onto another sheet depending on a dropdown list.
My dropdown list is in the F column and depending on what I pick from it, I want the row from column A through C to be copied/pasted or just mirrored onto a different sheet.
So for example, let's say there's a transaction that I want categorized under "Pets", I want that single row, columns A - C, to be c/p or mirrored onto the next empty line on my "Pets" sheet.
I'm new to VBA, so reading code that I've found and attempting to change it based on my needs hasn't worked out very well for me. I'm working on a budget and what I'd like to do is copy/paste or mirror a specific row onto another sheet depending on a dropdown list.
My dropdown list is in the F column and depending on what I pick from it, I want the row from column A through C to be copied/pasted or just mirrored onto a different sheet.
So for example, let's say there's a transaction that I want categorized under "Pets", I want that single row, columns A - C, to be c/p or mirrored onto the next empty line on my "Pets" sheet.