R
Richard
I have a userform which has over 180 checkboxes on it. Not
attractive but i couldn;t find another way.
Each column of checboxes relates to a different project. I
hide the checkboxes according to how many projects are
selected from a combobox. i also have to make the values
False otherwise they get included in my calculations on
the shet behind the form. I have coded every single
checkbox to change accordign to the drop down selection.
This has made the file size much larger. Is there a way i
can make a range of checkbox values false, or have
multiple checkboxes on one line?
(ie CheckBox17,27,37,47,57.Value = False)
Thanks in advance
Richard
attractive but i couldn;t find another way.
Each column of checboxes relates to a different project. I
hide the checkboxes according to how many projects are
selected from a combobox. i also have to make the values
False otherwise they get included in my calculations on
the shet behind the form. I have coded every single
checkbox to change accordign to the drop down selection.
This has made the file size much larger. Is there a way i
can make a range of checkbox values false, or have
multiple checkboxes on one line?
(ie CheckBox17,27,37,47,57.Value = False)
Thanks in advance
Richard