View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default How to call an event procedure

Hi all,

I have button on a form. There's event code in the button click event. But
when certain conditions are met, I would like to call the button's click
event code. I know that I can take the code out of the click event and just
write a separate routine and have the click event call that routine, so that
I can also call the same routine when my conditions are met. But it's not my
code, so, I would like to just call the click event if possible. Any
suggestions? Thanks.

Ben

--