View Single Post
 
Old 08-31-2022, 12:10 AM
Bikram Bikram is offline Windows 10 Office 2007
Advanced Beginner
 
Join Date: Jul 2021
Location: Nepal
Posts: 97
Bikram is on a distinguished road
Default Multiple_Characters_having_common_character_code

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.
Attached Files
File Type: docx Sample.docx (12.7 KB, 11 views)
Reply With Quote