Unicode 2044 Fraction Slash - how do I

J

janine_docsonline

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
 
D

Doug Robbins - Word MVP

Selection.InsertSymbol Font:="Arial", CharacterNumber:=8260,
Unicode:=True


--
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top