View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raul Raul is offline
external usenet poster
 
Posts: 86
Default Output Array Values

Is there a way to write the a subset of values in an array to a range on a
worksheet?

I can use a for next loop which is very reliable but slow, but I don't know
how to set an output range and only get part of the array.

Any help will be greatly appreciated.

Thanks,
Raul