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