Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 151
Default Userform - indication of activity


Hi there,

I'm familiar with creating progress bars and other animation to indicate
something is happening and the computer hasn't crashed.
All these methods require periodic updating of the objects at various stages.

I'm required to search over 100,000 rows and to do this I'm using the

set f = .find(what:=value) code

However there doesn't appear to be a way of updating objects when executing
this code and updating the dimensions of an object without interrupting it
and thus slowing it down.

Is there anyway in vba to have something twirling in the background to
demontrate activity without affecting the performance of this kind of search.

Static objects or the standard windows egg timer are not sufficient as users
are too often unable to tell if the thing has crashed. Consequently they
End-Task the program.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default Userform - indication of activity

You can try somthing simple lik change the user forms Back color to indicate
progress.

"Libby" wrote:

Hi there,

I'm familiar with creating progress bars and other animation to indicate
something is happening and the computer hasn't crashed.
All these methods require periodic updating of the objects at various stages.

I'm required to search over 100,000 rows and to do this I'm using the

set f = .find(what:=value) code

However there doesn't appear to be a way of updating objects when executing
this code and updating the dimensions of an object without interrupting it
and thus slowing it down.

Is there anyway in vba to have something twirling in the background to
demontrate activity without affecting the performance of this kind of search.

Static objects or the standard windows egg timer are not sufficient as users
are too often unable to tell if the thing has crashed. Consequently they
End-Task the program.

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
Alert if the travel activity is after the work activity Go Bucks!!! Excel Worksheet Functions 3 September 11th 09 05:44 PM
keyboard press indication thread Excel Programming 1 November 3rd 08 10:28 PM
screen position indication? nastech Excel Discussion (Misc queries) 1 August 17th 06 07:55 PM
Autofilter indication when being used Cheese Excel Discussion (Misc queries) 1 July 8th 05 07:18 AM
time indication bar Jos reulen Excel Programming 0 November 24th 03 10:05 AM


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