Adding TextBox to UserForm via code

  • Thread starter Thread starter krzychu58
  • Start date Start date
K

krzychu58

Hello
It is possible to add some objects( labels, textboxes) in UserForm vi
code? And how to do this? I want to do form which will be displayin
as much TextBoxes as i insert earlier through inputbox to variable.
Thx for help ;
 
It can be done, but it would be far easier to create your textboxes in
design mode and make them invisible. Then your code would just make as many
visible as you need.
 

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