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
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
Related:

2 responses

i guess no one know this answer i 've given up waiting for answer...thanks alot too
0
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
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
0