Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any way to renumber checkboxes on a spreadsheet? I have several
spreadsheets each with a large number of checkboxes which have been added over a period while the sheet was in development. I now find I need to duplicate these checkboxes elsewhere on the sheet such that when eg checkbox1 is checked, checkbox83 is also checked. Unfortunately checkbox 2 does not relate to checkbox 84 etc making it a long-winded process to write the code. It would be a lot easier I could renumber the original checkboxes so that 1 relates to 83, 2-84, 3-85 etc. Alternatively, is there a way for a cell to change from being empty to containing a tick (or X would do), simply by clicking it? Many thanks in advance Ian |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ian,
On your alternative, here is a previous post of mine that does that http://tinyurl.com/2tl6u. Beware, the code is missing an End Sub. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Ian Coates" wrote in message ... Is there any way to renumber checkboxes on a spreadsheet? I have several spreadsheets each with a large number of checkboxes which have been added over a period while the sheet was in development. I now find I need to duplicate these checkboxes elsewhere on the sheet such that when eg checkbox1 is checked, checkbox83 is also checked. Unfortunately checkbox 2 does not relate to checkbox 84 etc making it a long-winded process to write the code. It would be a lot easier I could renumber the original checkboxes so that 1 relates to 83, 2-84, 3-85 etc. Alternatively, is there a way for a cell to change from being empty to containing a tick (or X would do), simply by clicking it? Many thanks in advance Ian |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perfect. Thanks Bob.
Great view you must have there :-) Ian "Bob Phillips" wrote in message ... Ian, On your alternative, here is a previous post of mine that does that http://tinyurl.com/2tl6u. Beware, the code is missing an End Sub. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Ian Coates" wrote in message ... Is there any way to renumber checkboxes on a spreadsheet? I have several spreadsheets each with a large number of checkboxes which have been added over a period while the sheet was in development. I now find I need to duplicate these checkboxes elsewhere on the sheet such that when eg checkbox1 is checked, checkbox83 is also checked. Unfortunately checkbox 2 does not relate to checkbox 84 etc making it a long-winded process to write the code. It would be a lot easier I could renumber the original checkboxes so that 1 relates to 83, 2-84, 3-85 etc. Alternatively, is there a way for a cell to change from being empty to containing a tick (or X would do), simply by clicking it? Many thanks in advance Ian |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not today it isn't, but usually it's lovely.
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Ian Coates" wrote in message ... Perfect. Thanks Bob. Great view you must have there :-) Ian "Bob Phillips" wrote in message ... Ian, On your alternative, here is a previous post of mine that does that http://tinyurl.com/2tl6u. Beware, the code is missing an End Sub. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Ian Coates" wrote in message ... Is there any way to renumber checkboxes on a spreadsheet? I have several spreadsheets each with a large number of checkboxes which have been added over a period while the sheet was in development. I now find I need to duplicate these checkboxes elsewhere on the sheet such that when eg checkbox1 is checked, checkbox83 is also checked. Unfortunately checkbox 2 does not relate to checkbox 84 etc making it a long-winded process to write the code. It would be a lot easier I could renumber the original checkboxes so that 1 relates to 83, 2-84, 3-85 etc. Alternatively, is there a way for a cell to change from being empty to containing a tick (or X would do), simply by clicking it? Many thanks in advance Ian |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checkbox | Excel Discussion (Misc queries) | |||
checkbox | Excel Discussion (Misc queries) | |||
CheckBox Q | Excel Worksheet Functions | |||
How to have Checkbox A uncheck with checked Checkbox B | Excel Discussion (Misc queries) | |||
checkbox? | Excel Worksheet Functions |