Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default status indicator on screen

how do I display a text (?) box on the screen which can show different
captions while code continues to run in the background

ex; the box might have the following sequence of captions
"determining number of records", "retrieving records", "updating report",
"reformatting to new settings"...
(where all of these captions are 'descriptions' for the section of code that
is currently being executed

thanks in advance
mark


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default status indicator on screen

Put up a userform

display it modeless.

Modeless operation only officially supported in xl2000 and later.

--
Regards,
Tom Ogilvy

"mark kubicki" wrote in message
...
how do I display a text (?) box on the screen which can show different
captions while code continues to run in the background

ex; the box might have the following sequence of captions
"determining number of records", "retrieving records", "updating report",
"reformatting to new settings"...
(where all of these captions are 'descriptions' for the section of code

that
is currently being executed

thanks in advance
mark




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 709
Default status indicator on screen

Mark, one way is to put it in the status bar at the bottom, like this
Application.StatusBar = "determining number of records" don't forget to set
it to Application.StatusBar = "" at the end.
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003


"mark kubicki" wrote in message
...
how do I display a text (?) box on the screen which can show different
captions while code continues to run in the background

ex; the box might have the following sequence of captions
"determining number of records", "retrieving records", "updating report",
"reformatting to new settings"...
(where all of these captions are 'descriptions' for the section of code
that
is currently being executed

thanks in advance
mark




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default status indicator on screen

Mark,

There's a ready built version he

http://www.enhanceddatasystems.com/E...rogressBar.htm

Robin Hammond
www.enhanceddatasystems.com

"mark kubicki" wrote in message
...
how do I display a text (?) box on the screen which can show different
captions while code continues to run in the background

ex; the box might have the following sequence of captions
"determining number of records", "retrieving records", "updating report",
"reformatting to new settings"...
(where all of these captions are 'descriptions' for the section of code
that
is currently being executed

thanks in advance
mark




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 disappears when restoring screen size Ernie Excel Discussion (Misc queries) 0 November 24th 08 05:24 PM
Shared workbook displays [version 1] in status indicator CMac Excel Discussion (Misc queries) 0 October 26th 06 04:46 PM
The saving indicator and caps bar has disappeared fromthe screen lesliejohn666 Excel Discussion (Misc queries) 0 March 20th 06 02:50 PM
The saving indicator and caps bar has disappeared fromthe screen Duke Carey Excel Discussion (Misc queries) 0 March 20th 06 02:49 PM
macro status indicator andrestrategy Excel Discussion (Misc queries) 2 July 6th 05 07:55 PM


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