Hi!
I want to find all the symbols in a text. By this I mean all the symbols that are inserted from the meny with insert->symbol (see pic.)
I've tried to search for the symbols using the find method and search for all words with the font = "Symbol". This doesn't work even though the insertSymbol method takes the font "Symbol" as an argument. (I recorded the insertion and watched the code).
does anyone have any tips so that I can find the symbols in the text?
thanX
Pål Nesteby
PDC-Tangen
Norway
I want to find all the symbols in a text. By this I mean all the symbols that are inserted from the meny with insert->symbol (see pic.)

I've tried to search for the symbols using the find method and search for all words with the font = "Symbol". This doesn't work even though the insertSymbol method takes the font "Symbol" as an argument. (I recorded the insertion and watched the code).
Code:
Selection.InsertSymbol Font:="Symbol", CharacterNumber:=-4060, Unicode:= _True
does anyone have any tips so that I can find the symbols in the text?
thanX
Pål Nesteby
PDC-Tangen
Norway