Selection.ToggleCharacterCode (Word)

Cambia una selección entre un carácter Unicode y su correspondiente valor hexadecimal.


Sub ToggleCharCase() 
 Selection.TypeText Text:="20ac" 
 Selection.ToggleCharacterCode 
End Sub