PC Review


Reply
Thread Tools Rate Thread

Displaying data on Excel Statusbar?

 
 
=?Utf-8?B?UmljaA==?=
Guest
Posts: n/a
 
      17th Apr 2007
Hello,

Does Excel have any function like the SysCmd function in MS Access for
displaying data in the Excel Statusbar? Is it possible to display data in
the Excel statusbar or make like a progres meter?

How to do this?

Thanks,
Rich
 
Reply With Quote
 
 
 
 
dq
Guest
Posts: n/a
 
      17th Apr 2007
On 17 apr, 20:18, Rich <R...@discussions.microsoft.com> wrote:
> Hello,
>
> Does Excel have any function like the SysCmd function in MS Access for
> displaying data in the Excel Statusbar? Is it possible to display data in
> the Excel statusbar or make like a progres meter?
>
> How to do this?
>
> Thanks,
> Rich


Use (in VB) Application.Statusbar = "My message" to display a message
and Application.Statusbar = False to remove it.
To make a progressbar you can work with something like "Processing
XXoooooo" to "Processing XXXXXXXX"

DQ

 
Reply With Quote
 
=?Utf-8?B?QmFyYiBSZWluaGFyZHQ=?=
Guest
Posts: n/a
 
      17th Apr 2007
Use the following:

Application.Statusbar = FALSE 'to turn off'
Application.Statusbar = "Enter your comment" 'to display at the Lower Left
corner of the Excel window.

"Rich" wrote:

> Hello,
>
> Does Excel have any function like the SysCmd function in MS Access for
> displaying data in the Excel Statusbar? Is it possible to display data in
> the Excel statusbar or make like a progres meter?
>
> How to do this?
>
> Thanks,
> Rich

 
Reply With Quote
 
=?Utf-8?B?UmljaA==?=
Guest
Posts: n/a
 
      17th Apr 2007
Thank you all for your replies

"Rich" wrote:

> Hello,
>
> Does Excel have any function like the SysCmd function in MS Access for
> displaying data in the Excel Statusbar? Is it possible to display data in
> the Excel statusbar or make like a progres meter?
>
> How to do this?
>
> Thanks,
> Rich

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      17th Apr 2007
Check out VBE help on Application.StatusBar

For a progress bar on status bar see David McRitchie's site

http://www.mvps.org/dmcritchie/excel/statusbar.htm

For a userform see John Walkenbach's site.

http://www.j-walk.com/ss/excel/tips/tip34.htm


Gord Dibben MS Excel MVP

On Tue, 17 Apr 2007 11:18:04 -0700, Rich <(E-Mail Removed)> wrote:

>Hello,
>
>Does Excel have any function like the SysCmd function in MS Access for
>displaying data in the Excel Statusbar? Is it possible to display data in
>the Excel statusbar or make like a progres meter?
>
>How to do this?
>
>Thanks,
>Rich


 
Reply With Quote
 
=?Utf-8?B?Q2xheW1hbg==?=
Guest
Posts: n/a
 
      21st Jun 2007

"Gord Dibben" wrote:

> For a progress bar on status bar see David McRitchie's site
>
> http://www.mvps.org/dmcritchie/excel/statusbar.htm
>
>
> Gord Dibben MS Excel MVP
>

Oh, man! This is so cool!

I've got a procedure that takes about 8 minutes with screen-updating turned
off. People are looking at me like it's frozen. So, I put in the progress bar
- and now they are happy again!

Sweet!
 
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
Statusbar: Cannot switch off the statusbar via JavaScript. =?Utf-8?B?c2hha2xldG9u?= Windows XP Internet Explorer 1 30th Jun 2005 05:43 PM
TextBox vs. Label vs. StatusBar with displaying updates to user =?Utf-8?B?SG9tZXI=?= Microsoft Dot NET Framework Forms 3 2nd Mar 2004 07:57 PM
StatusBar and Displaying the time Brad Sanders Microsoft VB .NET 2 8th Nov 2003 12:14 PM
Displaying data from one Excel doc in another Nige Microsoft Excel Worksheet Functions 3 30th Oct 2003 10:24 PM
displaying the time and date in a statusbar control Doug Microsoft Dot NET 1 24th Sep 2003 12:05 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:21 AM.