Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 441
Default StatusBar fails to update

I am using Office 2003 on Windows XP.

Since migrating to Office 2003, the "StatusBar" does not function as intended.
In previous versions, I routinely placed something like the following in my
code:

Application.StatusBar = "Downloading @: " & Format(Now(), "hh:mm am/pm"
<other code here
Application.StatusBar = "Formatting..."
<other code here
etc., etc.

This worked great since I could use the status bar as a pseudo progress
meter. I also use it to help me time my code to see where it's inefficient.

In Office 2003 however, the statusbar only updates the first time the code
is located. After that, it stays the same until the program is done. Does
anyone know why this happens and how I can force it to update whenever the
code line is encountered?

Thanks much in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default StatusBar fails to update

Hi quartz

I test it in 2003 and it is working for me

Post a small test macro in this thread and I will test that also for you


--
Regards Ron de Bruin
http://www.rondebruin.nl


"quartz" wrote in message ...
I am using Office 2003 on Windows XP.

Since migrating to Office 2003, the "StatusBar" does not function as intended.
In previous versions, I routinely placed something like the following in my
code:

Application.StatusBar = "Downloading @: " & Format(Now(), "hh:mm am/pm"
<other code here
Application.StatusBar = "Formatting..."
<other code here
etc., etc.

This worked great since I could use the status bar as a pseudo progress
meter. I also use it to help me time my code to see where it's inefficient.

In Office 2003 however, the statusbar only updates the first time the code
is located. After that, it stays the same until the program is done. Does
anyone know why this happens and how I can force it to update whenever the
code line is encountered?

Thanks much in advance.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 441
Default StatusBar fails to update

Ron,

Thanks, but I'm sorry, it will have to be tomorrow...

"Ron de Bruin" wrote:

Hi quartz

I test it in 2003 and it is working for me

Post a small test macro in this thread and I will test that also for you


--
Regards Ron de Bruin
http://www.rondebruin.nl


"quartz" wrote in message ...
I am using Office 2003 on Windows XP.

Since migrating to Office 2003, the "StatusBar" does not function as intended.
In previous versions, I routinely placed something like the following in my
code:

Application.StatusBar = "Downloading @: " & Format(Now(), "hh:mm am/pm"
<other code here
Application.StatusBar = "Formatting..."
<other code here
etc., etc.

This worked great since I could use the status bar as a pseudo progress
meter. I also use it to help me time my code to see where it's inefficient.

In Office 2003 however, the statusbar only updates the first time the code
is located. After that, it stays the same until the program is done. Does
anyone know why this happens and how I can force it to update whenever the
code line is encountered?

Thanks much in advance.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default StatusBar fails to update

Quartz,

Have you tried putting a DoEvents statement after your statusbar statements?

Robin Hammond
www.enhanceddatasystems.com

"quartz" wrote in message
...
Ron,

Thanks, but I'm sorry, it will have to be tomorrow...

"Ron de Bruin" wrote:

Hi quartz

I test it in 2003 and it is working for me

Post a small test macro in this thread and I will test that also for you


--
Regards Ron de Bruin
http://www.rondebruin.nl


"quartz" wrote in message
...
I am using Office 2003 on Windows XP.

Since migrating to Office 2003, the "StatusBar" does not function as
intended.
In previous versions, I routinely placed something like the following
in my
code:

Application.StatusBar = "Downloading @: " & Format(Now(), "hh:mm am/pm"
<other code here
Application.StatusBar = "Formatting..."
<other code here
etc., etc.

This worked great since I could use the status bar as a pseudo progress
meter. I also use it to help me time my code to see where it's
inefficient.

In Office 2003 however, the statusbar only updates the first time the
code
is located. After that, it stays the same until the program is done.
Does
anyone know why this happens and how I can force it to update whenever
the
code line is encountered?

Thanks much in advance.






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
SECURITY UPDATE FAILS TO INSTALL Ameneses Excel Discussion (Misc queries) 0 December 10th 08 07:20 PM
MSN Stock Quotes Addin fails to update [email protected] Excel Worksheet Functions 1 February 14th 08 01:02 PM
Excel formula fails to update barry Excel Discussion (Misc queries) 1 September 17th 06 12:44 PM
Update fails. Source not found. Phil Links and Linking in Excel 7 September 12th 05 11:00 PM
Row insert fails to update Sum formula quartz[_2_] Excel Programming 6 April 3rd 05 10:59 PM


All times are GMT +1. The time now is 07:32 AM.

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"