Two UserForm Questions

G

Guest

1) I am using a MultiPage in a UserForm. I want to change the color of the
pages in the Multipage. You can not do it through the properties. Can you
do it in code?

2) I want one of the pages in the MultiPage to be a place where the user can
add notes. I tried making a textbox large but it does not accept carriage
returns. Once again is this a property change or do I have to create a small
word process function to be able to have the user add notes.

Thanks you for your help.
 
N

Norman Jones

Hi FL Consultant,
1) I am using a MultiPage in a UserForm. I want to change the color of
the
pages in the Multipage. You can not do it through the properties. Can
you
do it in code?


See the followimg thread:

http://tinyurl.com/8zmxq

2) I want one of the pages in the MultiPage to be a place where the user
can
add notes. I tried making a textbox large but it does not accept carriage
returns. Once again is this a property change or do I have to create a
small
word process function to be able to have the user add notes.

If I set the multipage tab's text box's multiline value to true, I was able
to insert carriage returns without problem.
 

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

Similar Threads


Top