vba remove first 2 characters from string code example Example: vba remove the first character of string =RIGHT(string,LEN(string)-1)