View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
keri keri is offline
external usenet poster
 
Posts: 74
Default Please help with selecting a range


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?