#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Check Boxes

Hiya,

I need to set up two check boxes in excel.
The first box needs to be there, on show, all the time, but the second only
needs to appear once the first has been ticked.
Is this possible??

Thanks you for taking the time to read and reply to this,

Adam
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Check Boxes

Hi,

You only told us how you show the button not how/when to hide it. Here is
code you would attach to one button to show the other button:

Private Sub CommandButton2_Click()
ActiveSheet.Shapes("CommandButton1").Visible = True
End Sub

This is a Control Toolbox button. CommandButton1 was set to Visible = False
manually and then the code was run.
--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Adam H" wrote:

Hiya,

I need to set up two check boxes in excel.
The first box needs to be there, on show, all the time, but the second only
needs to appear once the first has been ticked.
Is this possible??

Thanks you for taking the time to read and reply to this,

Adam

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Check Boxes

Check your other post, too.

Adam H wrote:

Hiya,

I need to set up two check boxes in excel.
The first box needs to be there, on show, all the time, but the second only
needs to appear once the first has been ticked.
Is this possible??

Thanks you for taking the time to read and reply to this,

Adam


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Check Boxes

hiya,

thanks a lot for that but it doent seem to work with the version of excel i
am using, i am using microsoft office excel 2002. do i need to update the
software before being able to do this?? when i right click on the check box,
the only options are cut, copy, paste, edit text, grouping, order, assign
macro, and format control.

Hope this makes it clearer.

Thanks again

"Shane Devenshire" wrote:

Hi,

You only told us how you show the button not how/when to hide it. Here is
code you would attach to one button to show the other button:

Private Sub CommandButton2_Click()
ActiveSheet.Shapes("CommandButton1").Visible = True
End Sub

This is a Control Toolbox button. CommandButton1 was set to Visible = False
manually and then the code was run.
--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Adam H" wrote:

Hiya,

I need to set up two check boxes in excel.
The first box needs to be there, on show, all the time, but the second only
needs to appear once the first has been ticked.
Is this possible??

Thanks you for taking the time to read and reply to this,

Adam

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,117
Default Check Boxes

it isn't the version of excel that's the problem, it's the checkbox.
there are two kinds of controls - Forms controls and ActiveX Control
Toolbox controls. the kind you are describing are forms controls.
shane told you that he was using a control toolbox control. at the
top of your spreadsheet right-click and check "control toolbox". that
toolbar will appear. use the checkbox from THAT toolbar.
hope that helps!
:)
susan



On Feb 17, 11:46*am, Adam H wrote:
hiya,

thanks a lot for that but it doent seem to work with the version of excel i
am using, i am using microsoft office excel 2002. do i need to update the
software before being able to do this?? when i right click on the check box,
the only options are cut, copy, paste, edit text, grouping, order, assign
macro, and format control.

Hope this makes it clearer.

Thanks again



"Shane Devenshire" wrote:
Hi,


You only told us how you show the button not how/when to hide it. *Here is
code you would attach to one button to show the other button:


Private Sub CommandButton2_Click()
* * ActiveSheet.Shapes("CommandButton1").Visible = True
End Sub


This is a Control Toolbox button. *CommandButton1 was set to Visible = False
manually and then the code was run.
--
If this helps, please click the Yes button


Cheers,
Shane Devenshire


"Adam H" wrote:


Hiya,


I need to set up two check boxes in excel.
The first box needs to be there, on show, all the time, but the second only
needs to appear once the first has been ticked.
Is this possible??


Thanks you for taking the time to read and reply to this,


Adam- Hide quoted text -


- Show quoted text -




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Check Boxes

hello again,
Thank you for the help!! it worked perfectly!!
however, one more little problem, i saved my work and shut down, but when i
went to reopen and use the check box functions, a help box came up saying
that "to run the macros, you can either have them signed or change your
security level." now i changed my security level to low, and this still did
not help,
Any suggestions on how to solve this problem?

Thank you very much.

Adam


"Susan" wrote:

it isn't the version of excel that's the problem, it's the checkbox.
there are two kinds of controls - Forms controls and ActiveX Control
Toolbox controls. the kind you are describing are forms controls.
shane told you that he was using a control toolbox control. at the
top of your spreadsheet right-click and check "control toolbox". that
toolbar will appear. use the checkbox from THAT toolbar.
hope that helps!
:)
susan



On Feb 17, 11:46 am, Adam H wrote:
hiya,

thanks a lot for that but it doent seem to work with the version of excel i
am using, i am using microsoft office excel 2002. do i need to update the
software before being able to do this?? when i right click on the check box,
the only options are cut, copy, paste, edit text, grouping, order, assign
macro, and format control.

Hope this makes it clearer.

Thanks again



"Shane Devenshire" wrote:
Hi,


You only told us how you show the button not how/when to hide it. Here is
code you would attach to one button to show the other button:


Private Sub CommandButton2_Click()
ActiveSheet.Shapes("CommandButton1").Visible = True
End Sub


This is a Control Toolbox button. CommandButton1 was set to Visible = False
manually and then the code was run.
--
If this helps, please click the Yes button


Cheers,
Shane Devenshire


"Adam H" wrote:


Hiya,


I need to set up two check boxes in excel.
The first box needs to be there, on show, all the time, but the second only
needs to appear once the first has been ticked.
Is this possible??


Thanks you for taking the time to read and reply to this,


Adam- Hide quoted text -


- Show quoted text -



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
Check Boxes suek Excel Discussion (Misc queries) 1 October 12th 08 04:56 AM
How do I increase the size of check in check boxes Adams, Les Excel Discussion (Misc queries) 0 September 19th 06 02:35 PM
Enable check box in protected sheet + group check boxes Dexxterr Excel Discussion (Misc queries) 4 August 2nd 06 12:00 PM
How do i create a value for check boxes or option boxes Tim wr Excel Discussion (Misc queries) 1 February 9th 06 10:29 PM
Check boxes Ernst Guckel Excel Worksheet Functions 3 March 15th 05 02:51 AM


All times are GMT +1. The time now is 10:36 PM.

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"