View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_2427_] Rick Rothstein \(MVP - VB\)[_2427_] is offline
external usenet poster
 
Posts: 1
Default Odds need period, evens need semicolon

Where is this long list of names at? What is the rule that determines which
gets a period and which gets a semi-colon?

Rick


"Curious" wrote in message
...
A long list of names looks like
Tiger
Cat
Dog
Goose

I want to add a period after Tiger, Dog, and add a semicolon after Cat
and Goose.

What is the feasible approach? Loop will not work, right? How about
array? Can you give me a few lines of codes?

Thanks a lot!

H.Z.