Parsing names??

mohammadagul

PrinceAtif
Local time
Today, 13:59
Joined
Mar 14, 2004
Messages
298
I am trying to do the following
If any one of you have experienced Abacus ticketing system, each reservation is comprised of a group of names as follows

1.1 Gul/Mohammad Atif Mr 2.1 Gul/Mohammad Adil Mr
3.1 Bond/James Mr

I have to copy the above data from the abacus tcketing system into a text box.
My question is how can i devide the above three names into three seperate text boxes.
 
You have to write a VBA procedure to step through each character in the string seperating them when the character is a "/".
 
Any Ideas how i would that
 

Users who are viewing this thread

Back
Top Bottom