View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
josa01 josa01 is offline
external usenet poster
 
Posts: 2
Default Which control caused the macro to run?

Hi!

I have multiple controls (checkboxes) that I've tied to the same macro with
the OnAction property. How do I find out which control triggered the macro. I
guess that I could dynamically add a unique version of the same macro to all
the different controls, but I'd rather have one version of the macro work for
all the controls.

Thanks,
Jonas