VBA to Move Row to Another Sheet when Drop Down Selected
I am so very new to VBA but I’m certain this is what I need to get me the functionality I’m looking for. I am currently working on updating our tracker for work. When “Paid” is selected from the drop down list, I need the entire row to move to it’s corresponding sheet. The same when “Enforcement” or “Discharged” etc. are selected.
I have tried quite different codes I’ve found online that are similar to my situation but for one reason or another, I can’t seem to make sense of it.
Any help is greatly appreciated!
I am so very new to VBA but I’m certain this is what I need to get me the functionality I’m looking for. I am currently working on updating our tracker for work. When “Paid” is selected from the drop down list, I need the entire row to move to it’s corresponding sheet. The same when “Enforcement” or “Discharged” etc. are selected. I have tried quite different codes I’ve found online that are similar to my situation but for one reason or another, I can’t seem to make sense of it. Any help is greatly appreciated! Read More