I need to strip the numbers off the right hand side of as string as far as the = sign
Example Joe Bloggs RID=1234
I need the 1234 from above
I can get the last digit from code below
lbl3.text=Right(""& e.Item.Cells(1).text &" ",2)
Above will display the last digit i.e. 3
The lenth after the = sign varies
Do I need a loop to return these values then
Can anyone suggest the loop
Thanks
Example Joe Bloggs RID=1234
I need the 1234 from above
I can get the last digit from code below
lbl3.text=Right(""& e.Item.Cells(1).text &" ",2)
Above will display the last digit i.e. 3
The lenth after the = sign varies
Do I need a loop to return these values then
Can anyone suggest the loop
Thanks