View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vijaya Vijaya is offline
external usenet poster
 
Posts: 26
Default Select paticular cells

I want to select particular cells . Its like got to select every consecutive
3rd cell of a particular column.

Eg: Say column F, I have to select F3, F6, F9...and so on.

I am not sure if we can use macros and range to program this or how to do,
Is it possible to get this way.Pls let me know

Thanks
Vijaya