Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default VB and check boxes in Excel

Is there any way where I can VB program a check box to check when
another check box is checked?

Ex.
If me.checkbox1.checked = true then me.checkbox2.checked = true

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default VB and check boxes in Excel

you were close

If Me.CheckBox1 = True Then Me.CheckBox2 = True

--


Gary


wrote in message
oups.com...
Is there any way where I can VB program a check box to check when
another check box is checked?

Ex.
If me.checkbox1.checked = true then me.checkbox2.checked = true



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default VB and check boxes in Excel

i'm not that familiar with vb in excel as I am with it in Access. If I
click on the checkbox, how do I get to the vb code page? Also, how do
I find out the names of each check box.

I tried going to tools - macro - visual basic editor and when I try to
to input code it doesn't seem to find any of the check boxes.

Help?



Gary Keramidas wrote:
you were close

If Me.CheckBox1 = True Then Me.CheckBox2 = True

--


Gary


wrote in message
oups.com...
Is there any way where I can VB program a check box to check when
another check box is checked?

Ex.
If me.checkbox1.checked = true then me.checkbox2.checked = true


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 In Excel frpkaren Excel Discussion (Misc queries) 2 March 28th 07 09:18 AM
Check Boxes In Excel bigwheel Excel Discussion (Misc queries) 0 March 28th 07 01:13 AM
Check Boxes In Excel bigwheel Excel Discussion (Misc queries) 0 March 28th 07 12:19 AM
How do i set up check boxes in excel? Mountaintop Ryan New Users to Excel 1 August 17th 06 11:59 PM
Using Check boxes in Excel Louise Excel Worksheet Functions 4 April 4th 06 02:32 PM


All times are GMT +1. The time now is 07:43 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"