![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Can anyone help me out with this code that I want to put in. I think it makes
sense because this works for a checkbox button but it doesnt work for an option Button Private Sub OptionButton1_Click() Me.TextBox1.Enabled = Not Me.OptionButton1.Value Me.TextBox2.Enabled = Not Me.OptionButton1.Value End Sub |
Ads |
#2
|
|||
|
|||
![]()
OptionButton1.Value will always return True. Maybe you need an OptionButton2_Click handler as well?
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "N.F" wrote in message ... Can anyone help me out with this code that I want to put in. I think it makes sense because this works for a checkbox button but it doesnt work for an option Button Private Sub OptionButton1_Click() Me.TextBox1.Enabled = Not Me.OptionButton1.Value Me.TextBox2.Enabled = Not Me.OptionButton1.Value End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
default programs button (under Options) does not work in office 20 | Jacoblm | Outlook - Installation | 0 | March 28th 07 01:19 AM |
Attachment Options | Steffen Heinzl | Add-ins for Outlook | 0 | January 25th 07 12:58 PM |
Button location in button bar | Leah Ann | Add-ins for Outlook | 1 | August 11th 06 02:16 PM |
Shorcut button for Message Options | [email protected] | Outlook and VBA | 2 | August 4th 06 01:52 PM |
Outlook 2003 | Tools | Options | Calendar options | Sue Mosher [MVP-Outlook] | Outlook - General Queries | 0 | January 18th 06 09:59 PM |