View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Adrian[_10_] Adrian[_10_] is offline
external usenet poster
 
Posts: 1
Default Sum selection - like in status bar

At the bottom of an excel screen, in the status bar, the Sum of selected
cells automatically appears.
I'd like to have exactly that appear in a cell on the worksheet.
I've tried things along the lines of sum(selection) and made it volatile,
but everything I've tried misbehaves one way or another.