Hello,
I am trying to figure out the best approach to a small problem I am having. I am using a textbox_afterupdate to call a sub. I also have a search button to populate my userform, but at that point I want to cancel calling the sub once the userform gets information. Here is what I am using:
Private Sub txtStampNum_AfterUpdate()
Call cmbFind_Click
End Sub
This works great for when I am manually entering data to the userform, but how can I cancel this when I am populating the form? When the data gets populated to the form, I no longer need to call this sub which brings up a message box.
Thanks...
Bookmarks