Greetings,
I am encountering a problem where I have built a conditional statement and the condition is based on the character code or the character itself. Like
Code:
If .character(i).text = chr(40) then
.insertafter (vbTab)
End if
Now, the problem is that different characters have the same character code. How can I solve this problem? Is there any other way to handle this type of issue? I have attached a document consisting of some characters which have the same character code. Plz, have a look.