IBnew2VBA
Technical User
- Dec 16, 2008
- 2
I am creating a workbook and userform where I am giving the user to change information that has been typed in. I am able to pull up all the information. 1 of the fields is a supported field which relates out to what type of product it supports when it writes to the spreadsheet it is put it like this
farm, barn, school, warehouse (Can go to 7 different types of just 1).
I have it extracting to show that
T1 = Farm
T2 = Barn
T3 = school
T4 - warehose
etc. T1,etc = a variable
The problem when is when the user clicks on the "supported" cell on the user form it pull up 7 check boxes and they can select which 1 it supports. What I want to do is have those check boxes that it currently had saved to be already checked. Is their an easy way of doing that?
The checkboxes on the 2nd (userform called supported) are
checkbox 1, checkbox2,,,checkbox7
farm, barn, school, warehouse (Can go to 7 different types of just 1).
I have it extracting to show that
T1 = Farm
T2 = Barn
T3 = school
T4 - warehose
etc. T1,etc = a variable
The problem when is when the user clicks on the "supported" cell on the user form it pull up 7 check boxes and they can select which 1 it supports. What I want to do is have those check boxes that it currently had saved to be already checked. Is their an easy way of doing that?
The checkboxes on the 2nd (userform called supported) are
checkbox 1, checkbox2,,,checkbox7