Excel Activex Textbox1 question. please help!
Closed
Chris
-
Jun 16, 2010 at 10:45 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 16, 2010 at 06:35 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 16, 2010 at 06:35 PM
Hello,
I have a text box on which i write a word, whenever i enter a work in text box and hit enter I want it to trigger the macro that i have.
Is that possible? It will be easy for you guys... Thanks in advance
I have a text box on which i write a word, whenever i enter a work in text box and hit enter I want it to trigger the macro that i have.
Is that possible? It will be easy for you guys... Thanks in advance
Related:
- Excel Activex Textbox1 question. please help!
- Excel mod apk for pc - Download - Spreadsheets
- Number to words in excel - Guide
- Gif in excel - Guide
- Kernel for excel - Download - Backup and recovery
- Excel marksheet - Guide
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jun 16, 2010 at 06:35 PM
Jun 16, 2010 at 06:35 PM
You can define routine like
Private Sub TextBox1_Change()
End Sub
TextBox1 is the name of the textbox in routine
Private Sub TextBox1_Change()
End Sub
TextBox1 is the name of the textbox in routine