View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Please help with selecting a range

As a ex open wheel road racer who likes to watch A1 racing when Speed shows
it,
For i = 1 to 20 step 2


--
Don Guillett
SalesAid Software

"keri" wrote in message
ups.com...

Thanks! (Did you watch NewZealand win the motor racing this weekend?)

I now want to do an action for only odd numbered integer. So where my
code would normally say;

Dim i as integer
For i = 1 to 20

I only want it to apply to 1,3,5,7 etc

Is this possible?