View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nick[_2_] nick[_2_] is offline
external usenet poster
 
Posts: 1
Default copying and pasting not adjecent cells

I have an excel sheet that performs a calculation on a huge amount of
data. The solutions eventually end up in not adjecent cells (like A23,
D12, F56...) Now I would like to make a database in another sheet, but
if I just paste the data it ends up all over the sheet. Is there a way
to paste the data to adjecent cells?
Array's perhaps? Can anybody help?