How do I get UNICODE 2044 Fraction Slash as
Selection Type between my numerator/denominators in my VBA
Selection.TypeText Text:="Unicode 2044" (what is correct VBA to insert the
symbol?
End With
Prompt = "Please enter Denominator....."
Heading = InputBox$(Prompt, "Fractions - Denominator")
With Selection.Font
Selection.Font.Size = 12
Selection.Font.Subscript = True
Selection.TypeText Text:=Heading
Selection.Font.Size = 11
End With
End Sub
Much appreciated - I can't find my old fraction macro.
Regards
Doug Robbins - Word MVP - 30 Apr 2006 07:39 GMT
Selection.InsertSymbol Font:="Arial", CharacterNumber:=8260,
Unicode:=True

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> How do I get UNICODE 2044 Fraction Slash as
> Selection Type between my numerator/denominators in my VBA
[quoted text clipped - 17 lines]
>
> Regards
janine_docsonline - 30 Apr 2006 08:09 GMT
Don't worry just occurred to me to rewrite and insert as string.
Thank you everyone.
"janine_docsonline" <janine_docsonline@unwired.com.au> wrote in message
news:...
> How do I get UNICODE 2044 Fraction Slash as
> Selection Type between my numerator/denominators in my VBA
[quoted text clipped - 17 lines]
>
> Regards