Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA Excel VBEditor Checkboxes

Status
Not open for further replies.

dprayner

Programmer
Oct 14, 2002
140
US
Hi good people.

I am working on a series of questions with checkboxes. When someone clicks the Yes checkbox, question A appears. When they click on the No checkbox, question B appears. When the form loads question A and B are not visible.

What I want to do is to make the questions invisible when the person unchecks the Yes or No checkbox. Any suggestions? DAVE
 


Hi,

Since you did not post your code, I'll give you an answer in prose.

In the checkbox click event, check the VALUE of the checkbox and assign the VISIBLE property of the textboxes explicitly, accordingly.

Skip,

[glasses] [red]Be Advised![/red]
The band of elderly oriental musicians, known as Ground Cover, is, in reality...
Asian Jasmine![tongue]
 
Thanks guys. Sometimes I seem to get hung up on the simplest control or code. I was trying to find an unclick event and didn't realize all I had to do is test for a False value.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top