View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Albert Albert is offline
external usenet poster
 
Posts: 203
Default Event Handler for Controls made "on the run"

No can do...
The thing is I need to create a textbox for a variable number of records, so
they have to be created at runtime.
Albert

"Bob Phillips" wrote:

It is convoluted. Why don't you create them at design time, and the event
code, and just hide them until required.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Albert" wrote in message
...
Hi.
I often create controls "on the run" for my userforms. However, I was
wondering if it is possible to create event handlers for these controls.

If
so, how do you do it?
Thank you and Best regards,
Albert