Hi All,
I hope so one can help me, I have a UserForm with 9 Checkboxes (1 to9) and each Checkbox relates to a specific range of cells from 9 separate worksheets.
I have set the ranges to Rng1 to Rng9
I want to add only the ranges (Rng1 to Rng9) that have been checked as true to an array called RngArray.
Is there any easy way to loop through the checkboxes and only add those that have been checked to the array?
Many thanks in advance.
Andy
I hope so one can help me, I have a UserForm with 9 Checkboxes (1 to9) and each Checkbox relates to a specific range of cells from 9 separate worksheets.
I have set the ranges to Rng1 to Rng9
I want to add only the ranges (Rng1 to Rng9) that have been checked as true to an array called RngArray.
Is there any easy way to loop through the checkboxes and only add those that have been checked to the array?
Many thanks in advance.
Andy