PC Review


Reply
Thread Tools Rate Thread

check status bar condition

 
 
ccafferata@gmail.com
Guest
Posts: n/a
 
      1st Nov 2006
Hello, I have spent a lot of time trying to figure out how to check for
a particular condition on the status bar. I would like to be able to
verify - obviously by a means other than actually looking at the status
bar - whether the status bar displays "calculate". If you know how to
do this please let me know. Thanks.

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      1st Nov 2006
Try checking

application.StatusBar

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello, I have spent a lot of time trying to figure out how to check for
> a particular condition on the status bar. I would like to be able to
> verify - obviously by a means other than actually looking at the status
> bar - whether the status bar displays "calculate". If you know how to
> do this please let me know. Thanks.
>



 
Reply With Quote
 
NickHK
Guest
Posts: n/a
 
      1st Nov 2006
Do you mean the "Calculating..." that Excel can show there whilst it is
updating the cells ?
If so, I don't believe you can tell directly, because Excel has control on
the Status bar at that moment.
You can test that with:
If Application.StatusBar = False Then
although I'm not sure if this would run until the calculation has finished.

If you are controlling the Statusbar, then you can test its value
If Application.StatusBar ="calculate" Then

NickHK
P.S. You could try the Windows API on the StatusBar, as it is class EXCEL4
and exposes a handle.


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello, I have spent a lot of time trying to figure out how to check for
> a particular condition on the status bar. I would like to be able to
> verify - obviously by a means other than actually looking at the status
> bar - whether the status bar displays "calculate". If you know how to
> do this please let me know. Thanks.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
If condition to move a group of cells based on status Very Basic User Microsoft Excel Misc 7 1st Jul 2009 05:54 PM
How to check the status of the UDP port status tsgd84 Windows Networking 0 2nd Jul 2008 02:35 PM
Using a Check Box as a Condition Bob V Microsoft Access 4 15th Jan 2008 09:37 AM
Yes/No check box Condition =?Utf-8?B?bW9uc3Rlcg==?= Microsoft Access Getting Started 3 2nd Mar 2005 07:07 PM
Check for condition first David French Microsoft Access Macros 5 27th Feb 2004 06:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:44 AM.