Enable & Disable TEXTBOX Using VBA Excel Code USER FORM | Excel Accounting Software

Опубликовано: 12 Март 2026
на канале: Global Tech Excel
7,662
44

#Exceltutorialinhindi #excel #AccountingSoftwareSeries

How to Solve these types of Problem
Please always visit Globaltech Youtube Channel and grow yourself
This tutorial help to how to disable on your text box on Userform. So watch these videos. Thank you.

example: tow type of coding in this disable and enable USER FORM VBA
first coding wise
second manually

some codes:-

'DISABLE CODE OF SL NO
Private Sub TextBox76_Change()
TextBox76.Enabled = False
End Sub

'DISABLE CODE OF DATE
Private Sub TextBox77_Change()
TextBox77.Enabled = False
End Sub




Subscribe to my channel:    / @globaltechexcel  

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