Hello kind fellow engineers:
I would like my VBA code to return numeric value for a certain text ending.
For example
It should return 1 for finding .com
It should return 2 for finding .gov
However, the functions that I thought I could use IsLike and Like and Text Extract generate an error...