Obtaining variables during a userform_initialize event

  • Thread starter Thread starter jbugara
  • Start date Start date
J

jbugara

I am using the worksheet_beforedoubleclick event to open a userform.
During the userform_initialize event I need to obtain value of the
'target' arguement that is referenced in the
worksheet_beforedoubleclick event. How can I obtain this value? Do I
need to go with a public variable?
 
It depends on how and where you are going to use the variable populated
with the target.value
 
Back
Top