Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. -- FL Consultant |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. --- Regards, Norman "FL Consultant" wrote in message ... 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. -- FL Consultant |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Norman,
Thanks for both of the suggestions. They are working and I appreciate your help. I changed my user name on the site. -- SailFL "Norman Jones" wrote: 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. --- Regards, Norman "FL Consultant" wrote in message ... 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. -- FL Consultant |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA userform questionS | Excel Discussion (Misc queries) | |||
Further Userform questions | Excel Programming | |||
Userform Questions | Excel Programming | |||
data entry with userform questions | Excel Programming | |||
newbie with userform questions | Excel Programming |