I have a spread sheet that has 4 checkboxes in each cell within column H. So H3 has 4 checkboxes as well as H4, H5, so on and so on. The first check box in H3 needs to be linked to L3, the 2nd cb needs to be linked to M3, the 3rd cb needs to be linked to N3, and the last and 4th cb needs to be linked to O3.

This is the case all the way to row 243. So I wan the same thing to happen in H243, all the cb to be linked to L243, M243, N243, and O243.

Is there a VBA code that I could use to do this by the masses?