Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default How get sum value in status bar?

Thanks for all help.

Is there a variable or method that gets me the value of the sum number on
the status bar?

The reason why is:
I have two autofilters for two columns of data, and I beforehand highlight
(select?) the third column of data (from the very top to the very bottom,
with the autofilter on all, so nothing is hidden). I then change the value of
the autofilter with a macro. I click on the continue button, and the macro
changes the autofilter criteria again. I have a toggle breakpoint in the
macro so I can pause and type the sum number from the status bar showing at
the bottom of the window onto another workbook. I would like to not have to
retype. I can write some code in the macro to put the value of the status bar
into the destination workbook. Is there a variable or method that gets me the
value of the sum number on the status bar?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default How get sum value in status bar?

One way:

dSum = Application.Sum(Selection)

In article ,
"Ian Elliott" wrote:

Thanks for all help.

Is there a variable or method that gets me the value of the sum number on
the status bar?

The reason why is:
I have two autofilters for two columns of data, and I beforehand highlight
(select?) the third column of data (from the very top to the very bottom,
with the autofilter on all, so nothing is hidden). I then change the value of
the autofilter with a macro. I click on the continue button, and the macro
changes the autofilter criteria again. I have a toggle breakpoint in the
macro so I can pause and type the sum number from the status bar showing at
the bottom of the window onto another workbook. I would like to not have to
retype. I can write some code in the macro to put the value of the status bar
into the destination workbook. Is there a variable or method that gets me the
value of the sum number on the status bar?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Status Bar Steve Excel Discussion (Misc queries) 1 June 9th 09 03:20 PM
reuest formula for auto update status & status date PERANISH Excel Worksheet Functions 5 June 2nd 08 04:26 PM
Status Bar Reese85 Excel Discussion (Misc queries) 1 June 1st 06 06:11 PM
What is EN on status bar? gman100 Excel Discussion (Misc queries) 3 June 14th 05 11:40 PM
Need a msg box that displays time status or loading status havocdragon Excel Programming 2 April 2nd 05 05:29 PM


All times are GMT +1. The time now is 06:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"