Getting After String after one character

How can i get data after first character in string?
For example (A8) in excel range but i only want (8)

data.Substring(1)
Or
data.Remove(0,1)

Regards,
Arivu

1 Like

Thanks a lot for the solution

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.