I have a variable with a string...and I want to know if it contains any value other than single quote, comma and a space ("', ") I'm using vba in excel. for example, i have a variable
This should return > 0:
strA = "'test', 'player'"
I want to check to see if strA has any characters other...