View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zb Kornecki Zb Kornecki is offline
external usenet poster
 
Posts: 23
Default select a range w/in a range

Hi I have a maro w/ a named range from which I need to select 2 Nonadjacent
rows based on variables but can't seem to get the code right. I need to
select row$1, col_x and row_y, col_x of named_rng_z.

any help w/ the syntax would be appriciated

Zb Kornecki