Text Box Macro

T

TGalin

Is it possible to create a macro that when it is run a big text box opens
that is about the size of the screen and the text box can hold approx 151
controls including 1 control that closes the text box and 150 other controls
that macros can easily be assigned to each one just like a macro can be
assigned to a check box or button?
 
J

Jacob Skaria

You should place your controls in the user form; and not within the text
box..You can call the assigned macro using

Call <ProcedureName>

If this post helps click Yes
 
T

TGalin

Thank you sir

Jacob Skaria said:
You should place your controls in the user form; and not within the text
box..You can call the assigned macro using

Call <ProcedureName>

If this post helps click Yes
 

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