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 How do I specify an existing procedure to run from a control adde.

make sure the name of the control and the name used in the procedure
declaration match.

--
Regards,
Tom Ogilvy

"NeedExcelHelp" wrote in message
...
How do I specify an existing procedure to run from a control added to a
userform during runtime?