J
Jason Gyetko
I have an alpha/numeric string which gets entered into a textbox. The
string ends in numeric values. I need to read (from right to left) all
characters until I hit an alpha character then increment the last numeric
portion. Anyone know how I can do this? Do I use InStr(), if so, not sure
how to specify my starting point? Thanks.
Ex:
abc123def45678 increment to abc123def45679
string ends in numeric values. I need to read (from right to left) all
characters until I hit an alpha character then increment the last numeric
portion. Anyone know how I can do this? Do I use InStr(), if so, not sure
how to specify my starting point? Thanks.
Ex:
abc123def45678 increment to abc123def45679