View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mrengc mrengc is offline
external usenet poster
 
Posts: 2
Default how to assign sub routines to events

hello,

I was wondering if it is possible to assign a custom routine to a click
event for example? More importantly, is it possible to pass args with these
custom events?

Basically I have 30 buttons that do essentially the same thing. They are
only different depending on which button you press. So if I can create a
custom routine which passes the button number that would be ideal.