Displaying asterix (*) full size

Anything VBScript-related, including Windows Script Host, WMI, ADSI, and more.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 7 years and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
Clive.Hillier
Posts: 6
Last visit: Sat Sep 17, 2022 8:18 am

Displaying asterix (*) full size

Post by Clive.Hillier »

Hi All,

Was wondering if anyone can help me. I'm trying to output an asterix on a email signature block, as shown below, using VBScript:

If (strExtension) Then objSelection.TypeText "Ext. *" & strExtension & " | "

When I do this the asterix character appears superscript in the signature block & increasing the font size increases the line spacing.

Anyone have any idea how to get the asterix to show inline at same font size as the rest of the characters?

Any help would be greatly appreciated.

Clive.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Displaying asterix (*) full size

Post by jvierra »

would post this in the Outlook forum. Just a guess but it is likely due to either a character set mismatch or the font you are using.
User avatar
Clive.Hillier
Posts: 6
Last visit: Sat Sep 17, 2022 8:18 am

Re: Displaying asterix (*) full size

Post by Clive.Hillier »

Hi jvierra,

Many thanks for the response, you hit the nail on the head regarding the font. I have tested with a few different ones now & settled on one that better suits my requirements.

As always many thanks for your assistance.

Clive.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Displaying asterix (*) full size

Post by jvierra »

You are welcome. Happy PosHing.
This topic is 7 years and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked