View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
don bowyer don bowyer is offline
external usenet poster
 
Posts: 9
Default how to access programatically added controls

I have a UF to which some code adds a CommandButton in
runtime. No problem. But in design mode, by defenition,
the added control doesn't exist. So where do I put code to
recognise and act upon its click event. I've run out of
inspired guesses. Any help would be appreciated.
Don