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