Wednesday, 1 February 2023

Who to change Textbox value without using command button //# Textbox Change module

 HOME PAGE 

Discuss points:-

1. What is TextBox change 

2. Working process of TextBox Change Module 

3. Use of TextBox Change Module 

4. TextBox Change Module 

1. What is TextBox Change:-

                                                     When one TextBox values is dependent upon a another TextBox values is called TextBox change. TextBox change process is work automatically.  If TextBox values is charged then another TextBox TextBox values change according to given conditions. 

2. Working process of TextBox change Module:-

                  TextBox change Module work is so different becouse when you inter the one TextBox values, another TextBox values change according to the given conditions eminently without press any command button. 

3. Use of TextBox Change Module:-

                                                                 TextBox change Module is automatically data filling method, like we thought that copy data filling check in your form then use the TextBox change Module. 

 Example :-

                    Take the four TextBox like name is TextBox1, TextBox2,TextBox3 and TextBox4 we think when you fill the TextBox1 value the all of the other TextBox change according to your given condition.  

4. TextBox change Module:-

                                                     TextBox change Module is so easy but we know that who the TextBox like working controller. 

If your TextBox values change according to TextBox1 value then Double Click the TextBox1 and Write the code written below.  

Start code

If me.TextBox1.value = 1 then

Me.TextBox2.value = 50 

Else 

Me.TextBox2.value = 100

End If 

End code  

Syntex of the above codes:-

                                                    TextBox2 value is already filled 100 but when you fill the TextBox1 value 1 then TextBox2 value is charged and write 50 automatically without clicking command button. 

Some other topics:-

1. TextBox Enter Module 

2. Who to Solved Script Error in MS Excel 

3. Who to Lock your MS Excel File 

4. MS Excel UserForm Save And Edit Module Part-1 

5. MS Excel UserForm Save And Edit Module Part-2 

6. Who to hide MS Excel User Form title bar 

No comments:

Post a Comment

Seperation method of Glucose in Sugarcane using HPLC || HPLC का उपयोग करके गन्ने से ग्लूकोज को अलग करने का तरीका

 गन्ने में मौजूद ग्लूकोज (glucose) की मात्रा का विश्लेषण करने के लिए LC-MS एक बहुत ही प्रभावी तरीका है। यह तकनीक दो प्रमुख चरणों में काम करत...