Selection.TypeText Text:="Copyright "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=169, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Trade mark "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=8482, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Registered Symbol "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=174, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:=" EURO"
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=8364, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Pound "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=163, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Yen "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=165, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Degrees "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=176, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Plus Minus "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=177, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Multiplication Sign "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=215, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Division Symbol "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=247, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Square Root "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=8730, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Ohm Sign "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=8486, _
Unicode:=True
Selection.TypeParagraph
Selection.TypeText Text:="Dagger "
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=8224, _
Unicode:=True
End Sub
VBA Insert CopyRight Symbol, VBA Insert Trade mark, VBA Insert Registered Symbol, VBA Insert EURO Sign, VBA Insert Pound Sign, VBA Insert Division Symbol, VBA Insert Square Root Symbol,
See also:
Add Words to AutoCorrect Entries