Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Clearing the status line

VBA 2000 Excel Office Professional
How can I clear the status line? After I run subroutine the work
"Calculate" appears on the status line. I can't seem to clear it. I tried
F9. I also tried calculate as last command in macro. Thanks for any help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 222
Default Clearing the status line

Use Application.StatusBar = ""

"John Tripp" wrote:

VBA 2000 Excel Office Professional
How can I clear the status line? After I run subroutine the work
"Calculate" appears on the status line. I can't seem to clear it. I tried
F9. I also tried calculate as last command in macro. Thanks for any help

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 903
Default Clearing the status line

Hi John,
See if Ctrl+Alt+F9 will break it loose
http://www.mvps.org/dmcritchie/excel/shortx2k.htm#calc
about screenfulls of material before the next topic.

For Excel 2002 there's a more supreme one Ctrl-Alt-Shift-F9.

Also check your tools, options, calculate, one more time.
Can you run other macros in other words make sure you are not in
pause mode in the VBE..

Do you have a LOT like thousands of cell dependent back to another
cell. If you do I think there is an MS KB article about that.-
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"John Tripp" <John wrote in message ...
VBA 2000 Excel Office Professional
How can I clear the status line? After I run subroutine the work
"Calculate" appears on the status line. I can't seem to clear it. I tried
F9. I also tried calculate as last command in macro. Thanks for any help



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Clearing the status line

Hi John,

In addition to David's suggestions, it is posssible that your sub turns off
automatic calculation. So, at the bottom of your sub insert the line:

Application.Calculation = xlCalculationAutomatic

---
Regards,
Norman



"John Tripp" <John wrote in message
...
VBA 2000 Excel Office Professional
How can I clear the status line? After I run subroutine the work
"Calculate" appears on the status line. I can't seem to clear it. I
tried
F9. I also tried calculate as last command in macro. Thanks for any help



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 903
Default Clearing the status line

Good point, and it also reminded me to look on my status bar page where I found
the link the MS KB article about calculate.
http://www.mvps.org/dmcritchie/excel/statusbar.htm

The Calculate message may remain in the status bar when you enter formulas that include cell references
"This behavior occurs when there are 65,536 or more dependencies to unique references (the level or number of links between
formulas). "
http://support.microsoft.com/default.aspx?scid=243495

I hope John provides feedback whether he finds a solution or not.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm



"bigwheel" wrote ..
Use Application.StatusBar = ""

"John Tripp" wrote:

VBA 2000 Excel Office Professional
How can I clear the status line? After I run subroutine the work
"Calculate" appears on the status line. I can't seem to clear it. I tried
F9. I also tried calculate as last command in macro. Thanks for any help





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Clearing the status line - Update

Thanks to Bigwheel, David and Norman. All good suggestions. However, It
appears my problem was actually very different. When I tried to open my
spreadsheet, I could not open it at all in 2000. In 2002, I was able to open
it, but I could no longer run the macro successfully. I am going to continue
to investigate. In the meantime, I went back to a previous version and
implemented the changes. Everything appears to work fine.

David, thanks for the references. I plan to read them for my future use.

John Tripp
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
vba line for clearing data from a cell cvgairport Excel Discussion (Misc queries) 5 October 8th 09 01:06 PM
Clearing cells without clearing formulas marsjune68 Excel Discussion (Misc queries) 2 April 10th 09 07:39 PM
reuest formula for auto update status & status date PERANISH Excel Worksheet Functions 5 June 2nd 08 04:26 PM
Need a msg box that displays time status or loading status havocdragon Excel Programming 2 April 2nd 05 05:29 PM
Clearing a diagonal line in a cell Bill[_25_] Excel Programming 2 May 28th 04 08:16 AM


All times are GMT +1. The time now is 02:54 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"