move onboarded selectees to completed table

bridget_g

New Member
Joined
Sep 3, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
  2. Web
I am trying to get the script/macro to move my selectee from onboarding table to completed table.

437&438-Onboarding table column y= "Move to Completed" is a drop down and is blank until "YES" is selected from the drop down. (that is the only option)
StationSelecteeEffective DatePosition TitlePosition GradePosition #Internal or
External
Pay Setting Grade/StepHiring AuthorityAnnouncement #CERT #References Checked (Yes/No)TJO ExtendedTJO AcceptedExtended Memos if neededReturned Signed
Memo
Sent to SuitabilityCleared SuitabilityOJO ExtendedOJO AcceptedActiVAte Packet SentSupervisorSpecialistNotesMove to Completed
1code10/01/2024code1codeInternal to Station1111Yes10/01/202410/01/2024codecode10/01/202410/01/202410/01/202410/01/202410/01/2024codeBridgetcodeYES

the table that I am trying to get it to move to is the "437&438-Completed table:
StationSelecteeEffective DatePosition TitlePosition GradePosition #Internal or
External
Pay Setting Grade/StepHiring AuthorityVIN #CERT#References Checked (Yes/No)TJO ExtendedTJO AcceptedExtended Memos if neededReturned Signed
Memo
Sent to SuitabilityCleared SuitabilityOJO ExtendedOJO AcceptedActiVAte Packet SentSupervisorSpecialistNotes

Due to this being a Government device I am using I cannot download the xl2bb to upload the whole workbook.

any assistance will be greatly appreciated
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
If you don't want to just filter move to complete and move them all over manually, you could set up an event macro that every time a cell changes in Move to completed to YES, it automatically copies the data to completed and deletes the current row.

I found a sample code on another site that may help. Event macro help
 
Upvote 1

Forum statistics

Threads
1,221,501
Messages
6,160,175
Members
451,629
Latest member
MNexcelguy19

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