I'd like to increment each of the character within a string by 1
So for eg. ABCD101 becomes BCDE212
The nearest I've got is using char combined by code function
ie.
=CHAR(CODE("cellreference")+1).
I would really appreciate if the function would be a User Defined Function [UDF] in VBA.
Thanks for your help
So for eg. ABCD101 becomes BCDE212
The nearest I've got is using char combined by code function
ie.
=CHAR(CODE("cellreference")+1).
I would really appreciate if the function would be a User Defined Function [UDF] in VBA.
Thanks for your help