Moving data from an array to a range when range consists of areas?

  • Thread starter Thread starter kfguardian
  • Start date Start date
K

kfguardian

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?
 
Hi,
So you have a range of cells you want to copy into another range 1 at
a time into specific cells?
 
Hi Dave.
I have an array (the same size as my range) that I need to xfer into a range
that consists of multiple areas (i skip certain rows in a column). Is there
an effecient way to do this?

Right now I am just using the case select method to decide how many cells to
move down from my range origination point (which I had to change to a singe
cell and just use offset from that point).
 
Hi,
Good Morning....
What are the certain cells?
Please be more specific, ie:do you have values in column A and you
would like them transferred to the first empty cells in column B, or
something to that kind of description would be helpful.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top