Radio button or Options button using textbox enable and disable | Series #4

Опубликовано: 10 Май 2026
на канале: Global Tech Excel
1,585
8

#Exceltutorialinhindi #excel
Radio button or Option Button using TEXTBOX Enable Disable Code | Series #4

Subscribe to my channel:    / @globaltechexcel  


Radio button or Options button using textbox enable and disable
Series No #4
some codes:

'DISCOUNT BOX AND RADIO BUTTON OR OPTION BUTTON SELECTION DISABLE AND ENABLE CODE

Private Sub OptionButton1_Click()
If OptionButton1.Enabled = True Then
TextBox83.Enabled = False
TextBox53.Enabled = True
Else

TextBox83.Enabled = True

End If
End Sub
Private Sub OptionButton2_Click()
If OptionButton2.Enabled = True Then
TextBox53.Enabled = False
TextBox83.Enabled = True
Else

TextBox53.Enabled = True

End If
End Sub


Learning More videos of Excel Tutorial visit below.
How to AutoSave in Excel Using VBA Code in Hindi
   • How to Auto Save in Excel Using VBA Code i...  

How to Protect Sheet Multi-Cell in Excel Hindi | कैसे Multi सेल को प्रोटेक्ट करे एक्सेल में | Lock
   • How to  Protect  Sheet Multi Cell in Excel...  

Using IF and Sumif Formula | Using excel Stock Management in [Hindi] Tutorial
   • Using IF and Sumif  Formula | Using excel ...  

Excel Privacy Warning solve Documents macro, ActiveX controls, XML expansion pack information
   • Excel Privacy Warning solve Documents macr...  



This channel is dedicated to helping Excel, Word, Games, Technology related and Programming Language such as Java, HTML, CSS, Python, C, C++, Oracle, etc.


Subscribe to my channel:    / @globaltechexcel  

Thank you For Watching
Global Tech