General discussion
February 24, 2001 at 06:54 AM
alekzander

Unicode in MS Word

by alekzander . Updated 25 years, 4 months ago

How can I retrieve UNICODE symbol from MS Word document throu VBA? For example, I insert times symbol (‘x’) using menu Insert/Symbol. How get it in follow code:

For Each ch In Selection.Characters
if ch = “?” then MsgBox “It’s here!”
Next

This discussion is locked

All Comments