View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default Read and write an array

A cake walk? No, but close...

Range("B1:B4").Value = Range("A1:A4").Value
--
Jim Cone
Portland, Oregon USA


"Dave L"
wrote in message
This is probably pretty simple but I'm new to reading and writing arrays. I
need to use a for next loop to read values from cells A1 through A4 for
example. Then i need it to write those values to cells to B1 through B4. I'm
sure it's a cake walk, but again, I'm new at some of this stuff.