As you mention about the "textbox" thing, I then check my listing, and I found my mistake :)
I have tried to fix it and it works :)
Thanks a lot for your time..
User Profile
Collapse
-
user form excel 2007 - method or data member not found
Dear All,
I am trying to make a simple user form in Excel 2007 to be used in my workshop. This is part of the code I've made :
If Me.txtFirstName .Value = "" Then
MsgBox "Please enter a First Name.", vbExclamation, "Customer Databases"
Me.txtFirstName .SetFocus
Exit Sub
End If
However, every time I tried to run the form, I always get an error message...
No activity results to display
Show More
Leave a comment: