If you add a TextBox normally to a UserForm in design mode (or whatever it's
called) in Word, then an AfterUpdate event is available. It occurs "after
data in a control is changed through the user interface". However, there
doen't seem to be any such event for the control I'm adding at run time via
Set LocalTextBox = Form.Controls.Add("Forms.TextBox.1").
Maybe I'm adding a different sort of TextBox - I don't know enough about it
to be sure.
> I don't know UserForms, so take this FWIW: are you sure that a textbox
> in a userform /does have/ an afterupdate event? Afterupdate sounds more
> like an msaccess control event ...
>
> HTH,
> TC
TC - 03 Nov 2005 04:00 GMT
Sorry, I don't know anything about userforms so I can not help you
there.
Good luck,
TC