View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_4_] Alan Beban[_4_] is offline
external usenet poster
 
Posts: 171
Default Finding ranges in an array, cut and paste also.

Do you mean you have an array of values in an array, or an array of
values in a range?

Alan Beban

ChuckM wrote:
Can anyone give some help or guidance?
I have an array...fixed at 8 columns wide, but n rows deep. I need to
search down one of the columns for some known data ( in the m'th row)
and then make a copy of the array from the top row to the m'th onto
another sheet.

I'll appreciate any advice.
Thanks
Chuck