View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
derobin derobin is offline
external usenet poster
 
Posts: 6
Default Passing a Label object to another procedure

Hi,

on my form I have to set captions of several labels when they are
clicked. I want to do that in a stand-alone procedure but I can't
figure our how to pass the label which was clicked from the
Label1_Click procedure to the SetTheLabelsCaptionHere procedure.
I don't want to do it with a function: The labels caption should be set
in the SetTheLabelsCaptionHere procedure.

Thank You

Robin