View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Austin[_3_] John Austin[_3_] is offline
external usenet poster
 
Posts: 1
Default Events for controls created on the fly on a userform

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