Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 102
Default Task Bar Message usage

When calculating a large spreadsheet there is a message that shows up in the
task bar on the lower left side that says "Calculating Cells : 20%" and gives
the percentage of completion. I was wondering if there is a way to use this
through VB code. I have several sheets in a workbook that all get updated by
changing a master date. I would like to select sheet 1 and when the task bar
message reaches 100% select sheet 2 and so on for each sheet. I think I am
running into memory problems with all sheets trying to update at the same
time, and I was hoping this may be a fix for my problem. Any suggestions
would be appreciated.

Vince

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Task Bar Message usage

hi,
see this site.
http://www.exceltip.com/exceltips.ph...ategory&ID=205

regards
FSt1

"Vince" wrote:

When calculating a large spreadsheet there is a message that shows up in the
task bar on the lower left side that says "Calculating Cells : 20%" and gives
the percentage of completion. I was wondering if there is a way to use this
through VB code. I have several sheets in a workbook that all get updated by
changing a master date. I would like to select sheet 1 and when the task bar
message reaches 100% select sheet 2 and so on for each sheet. I think I am
running into memory problems with all sheets trying to update at the same
time, and I was hoping this may be a fix for my problem. Any suggestions
would be appreciated.

Vince

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default Task Bar Message usage

Vince,

I don't think you can trap the percentage complete number, if that is what
you are after. You can, however, write messages to the status bar yourself
using application.statusbar.

AFAIK, Excel's calculation engine is optimised. It rather depends on what
you are doing, but I suppose that if there are no cross sheet dependencies
you could write yourself a calculation control macro that would calculate
one sheet at a time, but I doubt that there is any great benefit to this.

Robin Hammond
www.enhanceddatasystems.com

"Vince" wrote in message
...
When calculating a large spreadsheet there is a message that shows up in
the
task bar on the lower left side that says "Calculating Cells : 20%" and
gives
the percentage of completion. I was wondering if there is a way to use
this
through VB code. I have several sheets in a workbook that all get updated
by
changing a master date. I would like to select sheet 1 and when the task
bar
message reaches 100% select sheet 2 and so on for each sheet. I think I
am
running into memory problems with all sheets trying to update at the same
time, and I was hoping this may be a fix for my problem. Any suggestions
would be appreciated.

Vince



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Task Bar Message usage


Vince,
See if this one will help. Shows some %'s in task bar.

http://vbaexpress.com/kb/getarticle.php?kb_id=87


Vince Wrote:
When calculating a large spreadsheet there is a message that shows up i
the
task bar on the lower left side that says "Calculating Cells : 20%" an
gives
the percentage of completion. I was wondering if there is a way to us
this
through VB code. I have several sheets in a workbook that all ge
updated by
changing a master date. I would like to select sheet 1 and when th
task bar
message reaches 100% select sheet 2 and so on for each sheet. I thin
I am
running into memory problems with all sheets trying to update at th
same
time, and I was hoping this may be a fix for my problem. An
suggestions
would be appreciated.

Vinc


--
Piranh

-----------------------------------------------------------------------
Piranha's Profile: http://www.excelforum.com/member.php...fo&userid=2043
View this thread: http://www.excelforum.com/showthread.php?threadid=40023

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
100% cpu usage bill Excel Discussion (Misc queries) 1 March 2nd 06 10:27 AM
dialog box for active cell task to speed repeditive task Todd F.[_2_] Excel Programming 3 August 9th 05 02:30 PM
Memory usage Jac Tremblay[_3_] Excel Programming 4 October 26th 04 02:33 PM
SQL - TOP 1 Usage ell[_2_] Excel Programming 6 August 26th 04 12:08 AM
Displaying a message in a message box without requiring user to click anything to proceed Android[_2_] Excel Programming 2 June 25th 04 06:44 PM


All times are GMT +1. The time now is 05:00 PM.

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

About Us

"It's about Microsoft Excel"