View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Susan Susan is offline
external usenet poster
 
Posts: 1,117
Default Block addition of ranges

then AFAIK, you're out of luck, unless you haul out the magic wand &
give it a wave.

the only thing you could do without using the clipboard is having
a 3rd exact-size range that has each cell say
=sum('sheet1!'v6+'sheet2!'v6)

:)
susan


On May 23, 10:48 am, wrote:
I should add that I don't want to do any cell by cell commands.