Hi everyone!!
Once again im stuck trying to transfer data from 4 textbox to other 4 but bust be filled in consecutive order.

Example:
These are the above textboxes that must be transferred to textbox5 to textbox8 in the bottom.

Textbox1 ( has number 5)
Textbox2 ( has number 7)
Textbox3 ( has number 4)
Textbox4 ( has number 1)


Textbox5 ( must get any number from above filled here then go to next textbo)
Textbox6 ( must get any 3 left number from above and go next textbox)
Textbox7 ( must get any 2 number left from above and go next textbox)
Textbox8 ( the last number left from above here)

The numbers from above must be transferred in any order but must be filled in sequence from textbox5 to textbox8.