Okay guys so here is what Im working with and my brain is frozen.

I have a userform with multiple checkboxes. I want the user to select which checkboxes they want, in return the checkboxes are referring to sheets. After selecting the checkboxes they will use a command button that will select all the cells on that sheet that have information and paste into a master sheet. So here is what I got for each checkbox so far which is basic.

Please Login or Register  to view this content.
I want to loop through all the checkboxes that are checked and put them into an array and then use this code on them.

Please Login or Register  to view this content.
Can someone help me with integrating the checkboxes into this code.