View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Dynamic TextBox ActiveX events

See Chip Pearson's site for a page on this

http://www.cpearson.com/excel/vbe.htm

--
Regards,
Tom Ogilvy

"Ken" wrote in message
om...
I dynamically create ActiveX textboxes based on data read via VBA. Is
there a way I can dynamically code Event Handlers for the newly
created textboxes?