jsanraj
05-18-2011, 03:33 AM
I have to find character code number and have to apply corresponding symbol character through macro. I have a list of character code numbers in a text file.
example:
For Beta symbol, i have recorded a macro and found the below line.
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=946, Unicode:=True
It will automatically insert a Beta symbol at the selected text.
But, i have only character code (unicode value) "03B2" for Beta.
The unicode value of Beta can be find be selecting Insert -> Symbol Menu and select "Times New Roman" font and select Beta character.
Anybody please help me to fix the problem.
Thanks in advance.
example:
For Beta symbol, i have recorded a macro and found the below line.
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=946, Unicode:=True
It will automatically insert a Beta symbol at the selected text.
But, i have only character code (unicode value) "03B2" for Beta.
The unicode value of Beta can be find be selecting Insert -> Symbol Menu and select "Times New Roman" font and select Beta character.
Anybody please help me to fix the problem.
Thanks in advance.