TextBox exit problem
You need a change event
Private Sub MultiPage1_Change()
End Sub
"Patrick C. Simonds" wrote:
On my UserForm I use a Multipage control. My problem is that I have
TextBox2201 on the second page, and it has a routine I want to run upon exit
of the TextBox. All works well if the user clicks on something else on page
2, but if the click on the tab to go back to page 1 the TextBox exit
routine does not run.
|