I want to able to link a checkbox to a cell so that the cell value changes depending on the checkbox. Only 1 direction.
Now i know i can do this easy using the form control checkbox, but i cant change the physical size of the checkbox or the text style, and that check box is stupid small.
I know i can do this with the Insert | Control | Checkbox as well, and i can get that to work just great, but the only issue (minor I will agree) is that my cell formatting and the widths of the columns, make it so that the check boxes are not 'spaced' evenly, so it looks like **** (again i know, minor issue). But i may add columns to overcome this if needed.
But what i would really like, is a VBA form to open on a button, (i can do that), with the 6, 7 or what ever number of checkboxes that i need to control a cell value. The cell value is then used to filter a table of data, in this case 42 rows of wire types, and the check boxes will hide/unhide row or wire that is needed or not needed for electrical installation projects.
Its a quick way for designers to turn things on/off without scrolling though and adding 1 or 0 to those columns then filter.
So what i dont know is the VBA code so that checkbox 1 is linked to cells B5, B8, B9 or whatever cells to change its value to 1 or 0, 1 is using that cable on that row, 0 is not using it so its then hidden.
And finally, can i filter the rows and turn off (remove) the filter box in the header (not shown) and it still stay filtered?
Thank you!
Now i know i can do this easy using the form control checkbox, but i cant change the physical size of the checkbox or the text style, and that check box is stupid small.
I know i can do this with the Insert | Control | Checkbox as well, and i can get that to work just great, but the only issue (minor I will agree) is that my cell formatting and the widths of the columns, make it so that the check boxes are not 'spaced' evenly, so it looks like **** (again i know, minor issue). But i may add columns to overcome this if needed.
But what i would really like, is a VBA form to open on a button, (i can do that), with the 6, 7 or what ever number of checkboxes that i need to control a cell value. The cell value is then used to filter a table of data, in this case 42 rows of wire types, and the check boxes will hide/unhide row or wire that is needed or not needed for electrical installation projects.
Its a quick way for designers to turn things on/off without scrolling though and adding 1 or 0 to those columns then filter.
So what i dont know is the VBA code so that checkbox 1 is linked to cells B5, B8, B9 or whatever cells to change its value to 1 or 0, 1 is using that cable on that row, 0 is not using it so its then hidden.
And finally, can i filter the rows and turn off (remove) the filter box in the header (not shown) and it still stay filtered?
Thank you!