I am trying to rewrite a macro due to a change of font and insert a 'w' and a 'y' with accents on them.
Here's the code. The 'ŵ' and 'ŷ' come out as '??' at the bottom of the code. Is it possible to paste Unicode into macros? The 'ã' and 'ñ' characters we remapped in the old font to w and y. We are now changing back to Times New Roman.
This probably makes no sense and will try and reword it as replies come in
Cheers
Here's the code. The 'ŵ' and 'ŷ' come out as '??' at the bottom of the code. Is it possible to paste Unicode into macros? The 'ã' and 'ñ' characters we remapped in the old font to w and y. We are now changing back to Times New Roman.
WordBasic.Insert "ã"
Case "y"
WordBasic.Insert "ñ"
Case "W"
WordBasic.Insert "Ã"
Case "Y"
WordBasic.Insert "Ñ"
Case Else
Rem
End Select
End Sub
??
Case "y"
WordBasic.Insert "ñ"
Case "W"
WordBasic.Insert "Ã"
Case "Y"
WordBasic.Insert "Ñ"
Case Else
Rem
End Select
End Sub
??
This probably makes no sense and will try and reword it as replies come in
Cheers