Re: Assigning event handlers to dynamically created controls by Alex
Alex
Thu Feb 19 13:10:06 CST 2004
Alex,
I would not recommend to set up the Followup-To field in your posts. I have
sent you a couple of replies, but could not see them in a newsgroup I've
been subscribed to, word.vba.general and was about to blame MS for filtering
out my messages. If you leave this field blank, the replies would be sent to
all workgroups you cross-posted the message by default, but now I had to
enter all of them manually.
Anyway, look into microsoft.public.office.developer for replies.
Alex.
"Alex" <atnite@freemail.ru> wrote in message
news:eXxpWBw9DHA.2480@TK2MSFTNGP12.phx.gbl...
> Hi there,
> I have searched recent messages however I did not find any answers to a
very
> simple question - is it generally possible to assign an event handler to a
> control that has been created during run-time???
> Example - I have a form with multipage control on it. I dynamically create
> pages and populate them with controls like TextBox(es) and Image(s). How
> would I assign an event handler, e.g. Change() to those text boxes? Is it
> possible at all in VBA (I use Office XP).
>
> Thanks in advance
>
> Alex