View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave L[_2_] Dave L[_2_] is offline
external usenet poster
 
Posts: 20
Default Read and write an array

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.