Formating a Variable in VBA

kernal88

New member
Local time
Today, 00:47
Joined
Nov 20, 2012
Messages
6
Hi All

I am trying to Formating a Variable in VBA here is my example
I what to get time to be underlines

test = "Time"

test1 = "What " & test & " is it"

answer = What Time is it

Thanks
kernal88
 
What are you actually trying to do?? Is this on a Form? Or a Report? Not enough information to actually look into your question..
 
I am creating an Email use VBA and trying to add soem formating
to certain items
 
This seems to be a double post could you either delete this or the other?

If you want it in email it is very simple just use HTMLBody and set the parts where you want it to be underlined or bold..
 

Users who are viewing this thread

Back
Top Bottom