View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
me[_4_] me[_4_] is offline
external usenet poster
 
Posts: 4
Default Selection of range

Hello All,
The following is the arrangement of a row.
25,26,27,28,29,30,25,26,27,28,29,30
The arrangement changes to
25,26,28,30,25,27,30 ( not on proper sereis)
when I refresh the data.
I would like to select the'range' from 25 to 30
always(first sereis only).Is automatic selection
of a range possible based on the above or
similar condition.