I have a new job (yay!) which includes a chunk of Excel work that I have to do. I am new to Excel programming, so I am planning on picking up a book or two to start learning. But, in the meantime, I already have tasks to do, so I was hoping that someone would be able to help.
I need help programming a little task with VBA. I have a list of employees in column A, and their status (choosen from a dropdown menu, "Active" or "Inactive") in column B. They are in a sheet called "Employee List".
I want to make it so that when an employee's status is set to "Inactive", the employee will be cut and pasted to another sheet automatically. The other sheet is called "Misc"
If this cannot be done automatically when the status is set to "Inactive", then maybe I can set a button that would provoke the VBA commands in that worksheet to clear all inactive employees from the list and move them to the other sheet.
Any help or advice would be appreciated. Thanks!