View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Christian Galbavy[_2_] Christian Galbavy[_2_] is offline
external usenet poster
 
Posts: 5
Default generate sub dynamically

Hello!

I generate comboboxes dynamically in my code. Now I also want to manipulate
the approbriate Change-functions of these elements. Is this possible and
how?
For example, I insert a new comobox and name it "my_box".
Now I want to manipulate the function "my_box_Change" by my code.

Thanks for your answers!

Regards
Christian Galbavy