K kernal88 New member Local time Today, 07:30 Joined Nov 20, 2012 Messages 6 Dec 8, 2012 #1 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
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
pr2-eugin Super Moderator Local time Today, 15:30 Joined Nov 30, 2011 Messages 8,494 Dec 10, 2012 #2 What are you actually trying to do?? Is this on a Form? Or a Report? Not enough information to actually look into your question..
What are you actually trying to do?? Is this on a Form? Or a Report? Not enough information to actually look into your question..
K kernal88 New member Local time Today, 07:30 Joined Nov 20, 2012 Messages 6 Dec 11, 2012 #3 I am creating an Email use VBA and trying to add soem formating to certain items
pr2-eugin Super Moderator Local time Today, 15:30 Joined Nov 30, 2011 Messages 8,494 Dec 11, 2012 #4 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..
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..