Answers for "remove first character from string vb"

VBA
0

remove first character from string vb

NewString = OldString.Remove(0, 1)
Posted by: Guest on January-12-2021

Code answers related to "remove first character from string vb"

Code answers related to "VBA"

Browse Popular Code Answers by Language