VBA Instr function on ItemHTMLText ?
I have a table which has ItemHTMLText
ABCDEF || GHIJKL || ......
I use Instr(ItemHTMLText, "ABC") , which returns 1 as expected
However, Instr(ItemHTMLText, "GHI") returns 0. In other words, it is not found...
Maybe it is not possible to search ItemHTMLText, and I must search ItemHTML instead?
- Read more about VBA Instr function on ItemHTMLText ?
- 2 comments
- Log in or register to post comments


