View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
shah shailesh shah shailesh is offline
external usenet poster
 
Posts: 78
Default Userform Label Click

See below site of John titled
Handle Multiple UserForm Buttons With One Subroutine

http://www.j-walk.com/ss/excel/tips/tip44.htm

Regards,
Shailesh Shah
http://in.geocities.com/shahshaileshs/
(Excel Add-ins Page)
If You Can't Excel with Talent, Triumph with Effort.


"Zone" wrote in message
oups.com...
I have 30 labels on my userform. For each label that's clicked, I
want to remember the name of the label and then run a subroutine. All
of them run the same sub, and that sub does different things depending
on the name of the label. Do I have to have to have 30 different
click event subs for the 30 different labels?
TIA, James