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

I have incorporated into a suite of macros a variation of the
"Displaying a Progress Indicator" developer tip that I found on
j-walk's web site. I have adjusted for the following wrinkle: the
process I wish to show progress for is not a repetitive action and is
not in a loop, but rather is 12 sequential steps. I have gotten
everything to work properly except for the automated aspect. My
problem is that I must click on the close button on the upper right of
the progress indicator dialog box for each successive step to be
performed and the progress indicator to be advanced. This would be
tolerable when processing single items at a time, but not when
processing a lengthy list of 160 items at 12 steps each. What am I not
doing correctly to allow this to be a single button push operation?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default automation difficulty

Assuming you are doing that to force an update of the progress bar:

after each update of the progress bar, add

Userform1.Repaint
DoEvents

change useform1 to reflect the name of your userform.

There should be no requirement to close and open it.

--
Regards,
Tom Ogilvy


"DDMcH" wrote in message
oups.com...
I have incorporated into a suite of macros a variation of the
"Displaying a Progress Indicator" developer tip that I found on
j-walk's web site. I have adjusted for the following wrinkle: the
process I wish to show progress for is not a repetitive action and is
not in a loop, but rather is 12 sequential steps. I have gotten
everything to work properly except for the automated aspect. My
problem is that I must click on the close button on the upper right of
the progress indicator dialog box for each successive step to be
performed and the progress indicator to be advanced. This would be
tolerable when processing single items at a time, but not when
processing a lengthy list of 160 items at 12 steps each. What am I not
doing correctly to allow this to be a single button push operation?



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
SUMPRODUCT Difficulty Pam[_3_] Excel Worksheet Functions 11 June 17th 09 10:13 PM
Difficulty in transposing Richard J New Users to Excel 12 August 6th 06 09:53 AM
VLOOKUP Difficulty Serge Excel Discussion (Misc queries) 5 June 21st 06 02:50 AM
AutoFill difficulty Jim Berglund Excel Programming 3 November 10th 04 11:24 PM
IF Statement difficulty susan hayes Excel Worksheet Functions 3 November 2nd 04 09:46 PM


All times are GMT +1. The time now is 08:03 PM.

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"