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