Develop One Single TextBox/UserForm with diferent Fonts and Color. Is it doable?

actjfc

Active Member
Joined
Jun 28, 2003
Messages
416
Is there a way to insert a kind of “TextBox” in an UseForm where I can use different Fonts and Colors within the same TextBox/UserForm. Something similar to be writing in MS Word that allows us to use fonts and colors as we please.

I need to add to a Multipage UserForm some directions and other text. I need to use mostly Regular Arial, Arial Bold, and at least three colors, black, red, and blue in-between many paragraphs/lines/words.

Can it be done? Any ideas about how to do it?

Thanks!
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Have you tried looking into the RichEdit Control ? It allows for formatting individual characters, words and paragraphs.
 
Upvote 0
Thanks! So, if I need some titles in Bold, and a few words in Red or Blue within a few paragraphs in a Form, then I need to develop a VBA code to show them as I need? Ok, let's assume I can do it, what about the final user. Does the final user needs the InkMode Property checked in his/her Excel in order to actually see the Bold, Red and Blue fonts? If so, maybe I can develop this kind of forms, but only if I can find a way to automatically check the InkMode Property programatically, otherwise the final users will not do it. Thanks!
 
Last edited:
Upvote 0
Yes - you will need to do everything in code like is shown in the link I posted.

The other thing that is required is that the user must have the Ink Control installed and registered in their machine ..
 
Upvote 0

Forum statistics

Threads
1,215,734
Messages
6,126,543
Members
449,316
Latest member
sravya

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top