Hi
I need to do something with a comma delimited block of text .
....like
text , text, text, etc
Can someone help me write a loop to loop through each block of text between
commas?
Thanks alot for any help
John W. Vinson - 24 May 2008 06:49 GMT
> Hi
>
[quoted text clipped - 7 lines]
>
>Thanks alot for any help
Take a look at the VBA help for the Split() function.

Signature
John W. Vinson [MVP]