Convert text in alphanumeric string to lower case
Hello All,
In a cell I have some text that is Proper case or Uppercase followed by an alphanumeric string then more text.
For example:
Item number - 139526R1V5 - Tim Smith
I would like all of the text within the alphanumeric part to be lowercase.
If it helps... the alphanumeric part will always start with a number/s and end with a number/s.
There are no patterns with the numbers after the R and the V in the alphanumeric string.
Is it possible to search for just the part that starts and ends with a number/s and have the macro only change this part the lowercase and the rest of the cells contents to Proper case ??
Thanks in advance,
Dave T