PC Review


Reply
Thread Tools Rate Thread

"Bouncing Bar" progress indicator control?

 
 
Greg Lovern
Guest
Posts: n/a
 
      23rd Aug 2007
I've been asked to see if it's possible to get a "bouncing bar"
progress indicator control in Excel.

A "bouncing bar" is the kind of progress indicator that looks like a
normal progress indicator, but instead of the bar filling up from left
to right, a short section of bar bounces from left to right,
indicating that the program is busy but not indicating how much
progress has been made -- as for a database retrieval, where you don't
know how long the task is going to take.

Any suggestions?


Thanks,

Greg

 
Reply With Quote
 
 
 
 
=?Utf-8?B?QmFyYiBSZWluaGFyZHQ=?=
Guest
Posts: n/a
 
      24th Aug 2007
I use Application.StatusBar to display that type of information. You need
to do some calculations to get it to work though.

HTH,
Barb Reinhardt

"Greg Lovern" wrote:

> I've been asked to see if it's possible to get a "bouncing bar"
> progress indicator control in Excel.
>
> A "bouncing bar" is the kind of progress indicator that looks like a
> normal progress indicator, but instead of the bar filling up from left
> to right, a short section of bar bounces from left to right,
> indicating that the program is busy but not indicating how much
> progress has been made -- as for a database retrieval, where you don't
> know how long the task is going to take.
>
> Any suggestions?
>
>
> Thanks,
>
> Greg
>
>

 
Reply With Quote
 
Andy Pope
Guest
Posts: n/a
 
      24th Aug 2007
Hi,

There are a few variation on the progress theme here
http://www.andypope.info/vba/pmeter.htm

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Greg Lovern" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I've been asked to see if it's possible to get a "bouncing bar"
> progress indicator control in Excel.
>
> A "bouncing bar" is the kind of progress indicator that looks like a
> normal progress indicator, but instead of the bar filling up from left
> to right, a short section of bar bounces from left to right,
> indicating that the program is busy but not indicating how much
> progress has been made -- as for a database retrieval, where you don't
> know how long the task is going to take.
>
> Any suggestions?
>
>
> Thanks,
>
> Greg
>


 
Reply With Quote
 
Greg Lovern
Guest
Posts: n/a
 
      24th Aug 2007
Thanks, those look great.

But if I put the code that retrieves the database data where your code
indicates, wouldn't Excel stop to retrieve all the data before
animating the progress indicator?

Is it possible for an ADO database data retrieval to be asynchroneous,
so that I can animate your progress indicator while it runs?


Thanks,

Greg



On Aug 24, 2:09 am, "Andy Pope" <a...@andypope.info> wrote:
> Hi,
>
> There are a few variation on the progress theme herehttp://www.andypope.info/vba/pmeter.htm
>
> Cheers
> Andy
>
> --
>
> Andy Pope, Microsoft MVP - Excelhttp://www.andypope.info"Greg Lovern" <gr...@gregl.net> wrote in message
>
> news:(E-Mail Removed)...
>
> > I've been asked to see if it's possible to get a "bouncing bar"
> > progress indicator control in Excel.

>
> > A "bouncing bar" is the kind of progress indicator that looks like a
> > normal progress indicator, but instead of the bar filling up from left
> > to right, a short section of bar bounces from left to right,
> > indicating that the program is busy but not indicating how much
> > progress has been made -- as for a database retrieval, where you don't
> > know how long the task is going to take.

>
> > Any suggestions?

>
> > Thanks,

>
> > Greg



 
Reply With Quote
 
Andy Pope
Guest
Posts: n/a
 
      25th Aug 2007
If all of the delay is whilst executing 1 statement, in your case a
retrieval of data, any coded approach will not work.

What you could do is use an animated gif in a webbrowser control on a
userform. But unless the delay is really long a simple 'Please Wait' is
best. Ivan F Moala has an example.
http://www.xcelfiles.com/Excel04.html#anchor_59

Cheers
Andy

Greg Lovern wrote:
> Thanks, those look great.
>
> But if I put the code that retrieves the database data where your code
> indicates, wouldn't Excel stop to retrieve all the data before
> animating the progress indicator?
>
> Is it possible for an ADO database data retrieval to be asynchroneous,
> so that I can animate your progress indicator while it runs?
>
>
> Thanks,
>
> Greg
>
>
>
> On Aug 24, 2:09 am, "Andy Pope" <a...@andypope.info> wrote:
>
>>Hi,
>>
>>There are a few variation on the progress theme herehttp://www.andypope.info/vba/pmeter.htm
>>
>>Cheers
>>Andy
>>
>>--
>>
>>Andy Pope, Microsoft MVP - Excelhttp://www.andypope.info"Greg Lovern" <gr...@gregl.net> wrote in message
>>
>>news:(E-Mail Removed)...
>>
>>
>>>I've been asked to see if it's possible to get a "bouncing bar"
>>>progress indicator control in Excel.

>>
>>>A "bouncing bar" is the kind of progress indicator that looks like a
>>>normal progress indicator, but instead of the bar filling up from left
>>>to right, a short section of bar bounces from left to right,
>>>indicating that the program is busy but not indicating how much
>>>progress has been made -- as for a database retrieval, where you don't
>>>know how long the task is going to take.

>>
>>>Any suggestions?

>>
>>>Thanks,

>>
>>>Greg

>
>
>

 
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
Page "bouncing" when I type in Word =?Utf-8?B?YmlnbW9lMjU=?= Microsoft Word New Users 1 17th Jun 2006 06:25 AM
"Reply To" messages bouncing back. ButtZ Microsoft Outlook 3 15th Apr 2005 09:04 PM
"bouncing" pages in Internet Explorer 6 =?Utf-8?B?QmFycmll?= Windows XP Internet Explorer 0 16th Oct 2004 06:25 AM
Mail Bouncing with Error as "that domain isn't in my list of allowed rcpthosts" Suresh Jain Microsoft Outlook 0 9th Jul 2004 11:39 AM
VBA / Excel question - progress indicator control? Enigman O'Maly Microsoft Excel Worksheet Functions 2 1st Oct 2003 04:09 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:40 AM.