![]() |
#1
|
|||
|
|||
![]()
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 |
|