userform

  • Thread starter Thread starter ranswert
  • Start date Start date
R

ranswert

Is there a way to import a string into a label on a userform?
Thanks
 
Not sure what you mean by import, but if you have
userform named userform1
myString = "Data"
and a label named Label1
then

userform1.label1.caption=mystring
 

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