View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kfguardian kfguardian is offline
external usenet poster
 
Posts: 5
Default Moving data from an array to a range when range consists of areas?

I have an array that I need to move into a range that has multiple areas (so
I can't use the range.copy method). How can you move through a range like
this since I can't use offset very efficiently?