Userform to Userform

M

Mark

I want to carry a string from one userform to another userform, can anyone
help?

Thanks
 
K

Karl E. Peterson

Mark said:
I want to carry a string from one userform to another userform, can
anyone help?

There are as many ways to do this as there are programmers, times probably
five. One way would be to expose a String property from each UserForm, and
read it from the first then assign it to the second. I'd recommend
(heartily) against using a global variable, but there's the least painful
(though ultimately most expensive) method.
 

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

Top