Hello,
I have an Excel 2013 worksheet that has several paired Check Boxes and List Boxes on it. When a check box is clicked, its paired list box becomes visible. If it is not checked, its paired list box is not visible. I would like the check box/list box pairs to move up or down on the sheet depending on which other check box/list box pairs have been clicked and are visible above it.
For example . . . here's what the sheet looks like when first opened:
Check box 1 (this check box never moves)
Check box 2
Check box 3
Check box 4
If one clicks check box 1, its list box appears and the other three check boxes move down, so the screen now looks like this:
Check box 1
List box 1
Check box 2
Check box 3
Check box 4
If one de-selects check box 1 and selects check boxes 2 and 3, the screen looks like this:
Check box 1
Check box 2
List box 2
Check box 3
List box 3
Check box 4
. . . where check box 2 has moved back to its original position, list box 2 has become visible, check box 3 has moved down, list box 3 has appeared and check box 4 has moved down.
Now if one de-selects check box 2, the screen looks like this:
Check box 1
Check box 2
Check box 3
List box 3
Check box 4
. . . where list box 2 is no longer visible, check box 3 and list box have moved up, and check box 4 has also moved up.
What I think I need to do is:
1. determine the position of each check box so that the relative position of its paired list box can be incrementally positioned below it and slightly to the right (so that they can move up and down together when the check box(es) above them are checked/unchecked), and
2. determine the relative position of the object above a particular object so that that particular object can be moved in concert with the one above it.
Your help is most greatly appreciated.
I have an Excel 2013 worksheet that has several paired Check Boxes and List Boxes on it. When a check box is clicked, its paired list box becomes visible. If it is not checked, its paired list box is not visible. I would like the check box/list box pairs to move up or down on the sheet depending on which other check box/list box pairs have been clicked and are visible above it.
For example . . . here's what the sheet looks like when first opened:
Check box 1 (this check box never moves)
Check box 2
Check box 3
Check box 4
If one clicks check box 1, its list box appears and the other three check boxes move down, so the screen now looks like this:
Check box 1
List box 1
Check box 2
Check box 3
Check box 4
If one de-selects check box 1 and selects check boxes 2 and 3, the screen looks like this:
Check box 1
Check box 2
List box 2
Check box 3
List box 3
Check box 4
. . . where check box 2 has moved back to its original position, list box 2 has become visible, check box 3 has moved down, list box 3 has appeared and check box 4 has moved down.
Now if one de-selects check box 2, the screen looks like this:
Check box 1
Check box 2
Check box 3
List box 3
Check box 4
. . . where list box 2 is no longer visible, check box 3 and list box have moved up, and check box 4 has also moved up.
What I think I need to do is:
1. determine the position of each check box so that the relative position of its paired list box can be incrementally positioned below it and slightly to the right (so that they can move up and down together when the check box(es) above them are checked/unchecked), and
2. determine the relative position of the object above a particular object so that that particular object can be moved in concert with the one above it.
Your help is most greatly appreciated.