looping through comma delimited text

D

DZ

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
 
J

John W. Vinson

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

Take a look at the VBA help for the Split() function.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top