I have written a macro to convert some special characters that used WordPerfect fonts to symbol characters in Word. I am having problems with just a few characters. When I search for any character using the WP MathA font, I can find the characters but I am having problems telling it to find a specific character.
I can record inserting that character using the WP MathA font into the document.
Selection.InsertSymbol Font:="WP MathA", CharacterNumber:=-4060, Unicode:= _
True
Is there a way to assign that value (Font:="WP MathA", CharacterNumber:=-4060, Unicode:= True) to a variable? Then I could search for the variable.
I can record inserting that character using the WP MathA font into the document.
Selection.InsertSymbol Font:="WP MathA", CharacterNumber:=-4060, Unicode:= _
True
Is there a way to assign that value (Font:="WP MathA", CharacterNumber:=-4060, Unicode:= True) to a variable? Then I could search for the variable.