roketmanp

New Member
Joined
Oct 26, 2016
Messages
6
I have a workbook that has a running master list of job candidates. In the master list there are columns such as candidate, recruiter, location, and other general information. One of the columns contains status information such as "offer extended", "offer accepted", "reneged", "declined", etc that can be selected from a drop down box.

There are other tabs in this workbook with titles "Hired", "Declined", and other titles corresponding to the selections in the drop box above (with identical columns).

What I would like to do is have a macro put in place that, for example, when "Offer Accepted" is chosen from the drop down box in the master list, would automatically take all that specific candidates information (in the row) and place it in the "Hired" workbook and remove the information from the master list.

There will only be certain selections from the Drop-down box that will trigger a cut and paste into lists on other tabs as well.

Master List Example:

CandidateRecruiterLocationStatus (Choose from Drop-Box)Start Date
Jim
SteveNYOffer Accepted1/1/17
KarenJohnNYOffer Extended1/3/17
BillSteveSFReneged
TanyaSteveLADeclined

<tbody>
</tbody>

I am new to VBA but willing to follow VBA instructions if needed.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,216,073
Messages
6,128,644
Members
449,461
Latest member
kokoanutt

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top