View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
PerlDev PerlDev is offline
external usenet poster
 
Posts: 7
Default How to find UserForm's caller?

I have a user form A, which has two date fields on it; created another
UserForm CalendaFrm to take inputs. How could the CalendaFrm knows
which field triggered itself? --PD