I'm getting the error "Invalid Procedure Call or Argument" with the following piece of code:
replaceLDAP = Right(strRole, (Len(strRole) - 9))
I've done some research and tried adding in a check to ensure "strRole" > 0, which I also manually confirmed, but no dice. I have been able to figure out...