Obtaining variables during a userform_initialize event

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?
 
M

mudraker

It depends on how and where you are going to use the variable populated
with the target.value
 
Top