VBA coding to set selective text to a colour or bold and using special Characters

Kobus-Dippenaar

Registered User.
Local time
Today, 22:49
Joined
Oct 10, 2014
Messages
50
Hello to all the lovely programmers out there,
I have two questions.
(1) I am displaying a paragraph with VBA coding into a unbound text field.
But I need to high-light some text, not all text. Hence some next in the paragraph needs to be RED and BOLD. so ln1 = "hello there " &????& "this is red text"

(2) When capturing data, within the input text box on the form, how can I enter words with special characters such as Ë ë ê?

Much appreciated and blessings.
 
What do you mean by:- (2) When capturing data......
 
@Uncle Gizmo,
Good day,
When capturing data, into a text box like this one for example. How do I get symbols added in? I got the answer in the link below.
Example:
Hoër Skool meaning High School (It is all about using the ALT key codes, but you can't use the horizontal keys apparently, you need to used the numeric key pad.
The link is:
https://answers.yahoo.com/question/index?qid=20100503152331AAWaJrr

Thanks this one is solved.
Question (1) is still outstanding to anyone out there!

Blessings.
 

Users who are viewing this thread

Back
Top Bottom