jamescooper
Well-known Member
- Joined
- Sep 8, 2014
- Messages
- 840
Hello, small problem:
This successfully pulls right of the "/". How would I adapt to include the "/" as well?
Thanks.
Code:
Right(elem.innerText, Len(elem.innerText) - InStrRev(elem.innerText, " / "))
This successfully pulls right of the "/". How would I adapt to include the "/" as well?
Thanks.