View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Wiggler Wiggler is offline
external usenet poster
 
Posts: 4
Default Events for controls created on the fly on a userform


"John Austin" wrote in message
...
I want to create a number of TextBox controls on a userform when a cell is
double clicked. I can do this with the Contols.Add method, but I want to
be
able to code some of the TextBox events (as you can with a control array
in
VB6). Any ideas?
--
John Austin

You didnt say if you were using VBA but that is assumed..
If you double click the textbox it will add an _chg sub in the userform
code.
Just view code and and tell it what you want it to do from there.