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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top