£ $ % InStr Function RESOLVED
Im trying to use the InStr function with the above.
Code:
If Instr(ID, "£") Then Call
If Instr(ID, """) Then Call
doesn't like my code. Im trying to c if ID contains of the below symbols. It errored when i used the pound sign.
" £ $ % ^ & * ( ) [ } [ { : ; ' , # ~ < > ? / | \
Re: £ $ % InStr Function RESOLVED
sorry hack having problems with your code.
Could you do it so if it finds the Symbol i can add to If decision so if it exists DOTHIS, if not DOTHIS. And without the count bit, i don't need that.