T
Tejas Kokje
I am trying to trim the "N0001271226 " which is in cell(1,2)which has
extra space at end (string that remains after discarding quotes)
I am using Sheet1.Cells(1,4).value = Trim(Sheet1.Cells(1,2).Value) to
copy trimmed string into Sheet1.Cells(1,4). Yet the new string is not
trimmed.
Any suggetions. I am a novice vba programmer and hence I might have
missed few important points.
Regards,
Tejas Kokje
extra space at end (string that remains after discarding quotes)
I am using Sheet1.Cells(1,4).value = Trim(Sheet1.Cells(1,2).Value) to
copy trimmed string into Sheet1.Cells(1,4). Yet the new string is not
trimmed.
Any suggetions. I am a novice vba programmer and hence I might have
missed few important points.
Regards,
Tejas Kokje