#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 210
Default checkboxs

If there are multiple worksheets in a workbook, and within a certain cell
there is a checkbox? If the cell with the check box is copied to another
worksheet, is the checkbox the same number? If the checkbox is the same
number is there a way to show the number of checkboxs with that number that
are checked verses unchecked?

Sincerely,

Robin

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default checkboxs

I used a checkbox from the Forms toolbar (not from the Control toolbox toolbar)
and copied a range of cells that included a checkbox named "Check Box 2".

When I pasted into a new sheet, that checkbox was named "Check Box 1".

I used xl2003 to test.

If you use a different version of excel or you used checkboxes from the control
toolbox toolbar, you can do the same sort of thing to test.

You can use a macro to count the "checkedness" of any set of checkboxes--but the
code would be different for each type.

And you can rename the checkboxes by selecting them and typing the new name into
the namebox (to the left of the Formula bar).

If you used checkboxes from the control toolbox toolbar, you'll have to be in
design mode (another icon on the control toolbox toolbar in xl2003 menus)--an
icon on the developer's tab on the ribbon in xl2007.

Robin wrote:

If there are multiple worksheets in a workbook, and within a certain cell
there is a checkbox? If the cell with the check box is copied to another
worksheet, is the checkbox the same number? If the checkbox is the same
number is there a way to show the number of checkboxs with that number that
are checked verses unchecked?

Sincerely,

Robin


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 210
Default checkboxs

Dave,

I used the developer tab and selected from the form controls. I then
selected check box and renamed it. ( I did this multiple times so that there
are multiple renamed checkboxs). I then copied the work sheet to another work
sheet. I am trying to understand your instructions but you are more advanced
that I am. The checkbox was used to gather data. Is there a way to determine
how may of the same check boxs are checked and how do you check on this?Do
you type in the name of the checkbox or what?I have excel 2007 but can
convert to 97-2003. What do I need to do? I appreciate your help form you
have helped me before.

Robin

"Dave Peterson" wrote:

I used a checkbox from the Forms toolbar (not from the Control toolbox toolbar)
and copied a range of cells that included a checkbox named "Check Box 2".

When I pasted into a new sheet, that checkbox was named "Check Box 1".

I used xl2003 to test.

If you use a different version of excel or you used checkboxes from the control
toolbox toolbar, you can do the same sort of thing to test.

You can use a macro to count the "checkedness" of any set of checkboxes--but the
code would be different for each type.

And you can rename the checkboxes by selecting them and typing the new name into
the namebox (to the left of the Formula bar).

If you used checkboxes from the control toolbox toolbar, you'll have to be in
design mode (another icon on the control toolbox toolbar in xl2003 menus)--an
icon on the developer's tab on the ribbon in xl2007.

Robin wrote:

If there are multiple worksheets in a workbook, and within a certain cell
there is a checkbox? If the cell with the check box is copied to another
worksheet, is the checkbox the same number? If the checkbox is the same
number is there a way to show the number of checkboxs with that number that
are checked verses unchecked?

Sincerely,

Robin


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default checkboxs

I don't understand.

Are you copying the entire sheet (like rightclicking on the sheet tab and
choosing move or copy) or are you copying a range of cells that include
checkboxes?

And I'm not sure what you're trying to do with the checkboxes.

I think you're going to have to add some more details.

Robin wrote:

Dave,

I used the developer tab and selected from the form controls. I then
selected check box and renamed it. ( I did this multiple times so that there
are multiple renamed checkboxs). I then copied the work sheet to another work
sheet. I am trying to understand your instructions but you are more advanced
that I am. The checkbox was used to gather data. Is there a way to determine
how may of the same check boxs are checked and how do you check on this?Do
you type in the name of the checkbox or what?I have excel 2007 but can
convert to 97-2003. What do I need to do? I appreciate your help form you
have helped me before.

Robin

"Dave Peterson" wrote:

I used a checkbox from the Forms toolbar (not from the Control toolbox toolbar)
and copied a range of cells that included a checkbox named "Check Box 2".

When I pasted into a new sheet, that checkbox was named "Check Box 1".

I used xl2003 to test.

If you use a different version of excel or you used checkboxes from the control
toolbox toolbar, you can do the same sort of thing to test.

You can use a macro to count the "checkedness" of any set of checkboxes--but the
code would be different for each type.

And you can rename the checkboxes by selecting them and typing the new name into
the namebox (to the left of the Formula bar).

If you used checkboxes from the control toolbox toolbar, you'll have to be in
design mode (another icon on the control toolbox toolbar in xl2003 menus)--an
icon on the developer's tab on the ribbon in xl2007.

Robin wrote:

If there are multiple worksheets in a workbook, and within a certain cell
there is a checkbox? If the cell with the check box is copied to another
worksheet, is the checkbox the same number? If the checkbox is the same
number is there a way to show the number of checkboxs with that number that
are checked verses unchecked?

Sincerely,

Robin


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 210
Default checkboxs

Dave,

I am trying to understand after the cell with the varying named checkboxs
are copied from say A5 on a worksheet to the A5 on another worksheet can be
checked somehow to see how many of the same named checkbox have been checked.
Say if there were 50 worksheets and the check box had been checked on a
certain number of them is there a way to determine without counting them how
many of the same named check boxs have been checked. Also I have created a
specific spread sheet with mathematical data that I would like to build a
database and am looking for someone to do it. Where can I find a person to do
this?

Sincerely,

Robin

"Dave Peterson" wrote:

I don't understand.

Are you copying the entire sheet (like rightclicking on the sheet tab and
choosing move or copy) or are you copying a range of cells that include
checkboxes?

And I'm not sure what you're trying to do with the checkboxes.

I think you're going to have to add some more details.

Robin wrote:

Dave,

I used the developer tab and selected from the form controls. I then
selected check box and renamed it. ( I did this multiple times so that there
are multiple renamed checkboxs). I then copied the work sheet to another work
sheet. I am trying to understand your instructions but you are more advanced
that I am. The checkbox was used to gather data. Is there a way to determine
how may of the same check boxs are checked and how do you check on this?Do
you type in the name of the checkbox or what?I have excel 2007 but can
convert to 97-2003. What do I need to do? I appreciate your help form you
have helped me before.

Robin

"Dave Peterson" wrote:

I used a checkbox from the Forms toolbar (not from the Control toolbox toolbar)
and copied a range of cells that included a checkbox named "Check Box 2".

When I pasted into a new sheet, that checkbox was named "Check Box 1".

I used xl2003 to test.

If you use a different version of excel or you used checkboxes from the control
toolbox toolbar, you can do the same sort of thing to test.

You can use a macro to count the "checkedness" of any set of checkboxes--but the
code would be different for each type.

And you can rename the checkboxes by selecting them and typing the new name into
the namebox (to the left of the Formula bar).

If you used checkboxes from the control toolbox toolbar, you'll have to be in
design mode (another icon on the control toolbox toolbar in xl2003 menus)--an
icon on the developer's tab on the ribbon in xl2007.

Robin wrote:

If there are multiple worksheets in a workbook, and within a certain cell
there is a checkbox? If the cell with the check box is copied to another
worksheet, is the checkbox the same number? If the checkbox is the same
number is there a way to show the number of checkboxs with that number that
are checked verses unchecked?

Sincerely,

Robin

--

Dave Peterson


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default checkboxs

I don't know of any way of determining the number of checkboxes that are checked
except to count them. And I still don't understand what you are really working
with.

And maybe someone will read this thread and offer some help.

Robin wrote:

Dave,

I am trying to understand after the cell with the varying named checkboxs
are copied from say A5 on a worksheet to the A5 on another worksheet can be
checked somehow to see how many of the same named checkbox have been checked.
Say if there were 50 worksheets and the check box had been checked on a
certain number of them is there a way to determine without counting them how
many of the same named check boxs have been checked. Also I have created a
specific spread sheet with mathematical data that I would like to build a
database and am looking for someone to do it. Where can I find a person to do
this?

Sincerely,

Robin

"Dave Peterson" wrote:

I don't understand.

Are you copying the entire sheet (like rightclicking on the sheet tab and
choosing move or copy) or are you copying a range of cells that include
checkboxes?

And I'm not sure what you're trying to do with the checkboxes.

I think you're going to have to add some more details.

Robin wrote:

Dave,

I used the developer tab and selected from the form controls. I then
selected check box and renamed it. ( I did this multiple times so that there
are multiple renamed checkboxs). I then copied the work sheet to another work
sheet. I am trying to understand your instructions but you are more advanced
that I am. The checkbox was used to gather data. Is there a way to determine
how may of the same check boxs are checked and how do you check on this?Do
you type in the name of the checkbox or what?I have excel 2007 but can
convert to 97-2003. What do I need to do? I appreciate your help form you
have helped me before.

Robin

"Dave Peterson" wrote:

I used a checkbox from the Forms toolbar (not from the Control toolbox toolbar)
and copied a range of cells that included a checkbox named "Check Box 2".

When I pasted into a new sheet, that checkbox was named "Check Box 1".

I used xl2003 to test.

If you use a different version of excel or you used checkboxes from the control
toolbox toolbar, you can do the same sort of thing to test.

You can use a macro to count the "checkedness" of any set of checkboxes--but the
code would be different for each type.

And you can rename the checkboxes by selecting them and typing the new name into
the namebox (to the left of the Formula bar).

If you used checkboxes from the control toolbox toolbar, you'll have to be in
design mode (another icon on the control toolbox toolbar in xl2003 menus)--an
icon on the developer's tab on the ribbon in xl2007.

Robin wrote:

If there are multiple worksheets in a workbook, and within a certain cell
there is a checkbox? If the cell with the check box is copied to another
worksheet, is the checkbox the same number? If the checkbox is the same
number is there a way to show the number of checkboxs with that number that
are checked verses unchecked?

Sincerely,

Robin

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
checkboxs. Robin Excel Discussion (Misc queries) 0 June 1st 09 10:11 PM
Excel Checkboxs, Optionbox Brandon Excel Discussion (Misc queries) 1 January 19th 07 08:25 PM
Checkboxs Move in Document Sherry Excel Discussion (Misc queries) 1 November 22nd 05 08:13 PM


All times are GMT +1. The time now is 12:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"