View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ed[_18_] Ed[_18_] is offline
external usenet poster
 
Posts: 118
Default Move ActiveCell down 12 then add up 11 above....

I'd get the address of the ActiveCell, use Offset to move down 11, and
collect that address. Then Offset down one more and set a SUM formula in the
new ActiveCell using the previously-collected addresses. That's probably
not as pretty a way as someone else could do it, but it would work for me.

Then again, if you didn't actually have to move the ActiveCell, you could
probably collect the row and column indexes and use them to set a Range to
the cells you need, then SUM that range and put the result wherever.

HTH
Ed

wrote in message
...
ok - now how do i Move ActiveCell down 12 then add up 11 above....



_________________________________________

Willow: "I knew it! I knew it! Well, not in the sense of having the
slightest idea, but I knew there was something I didn't know."

http://www.buffyslay.co.uk

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!