Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default I don't want to see scroling which VBA does, adding a progress bar

Marko,

Regarding question 1:

Application.ScreenUpdating = False ' turn off updating

Application.ScreenUpdating = True ' turns it back on

Regarding question 2:

See the ProgressBar control. You may have to add it to your controls
toolbar. "Microsoft ProgressBar Control 6.0".

The progress bar maximum is an integer value so you may have to wrap the
update function to handle long values.




*** Sent via Developersdex http://www.developersdex.com ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default I don't want to see scroling which VBA does, adding a progress bar

Thanks!!!
So many replys from you guys!!! Thaks to all!!!
Marko

"Edward Ulle" wrote in message
...
Marko,

Regarding question 1:

Application.ScreenUpdating = False ' turn off updating

Application.ScreenUpdating = True ' turns it back on

Regarding question 2:

See the ProgressBar control. You may have to add it to your controls
toolbar. "Microsoft ProgressBar Control 6.0".

The progress bar maximum is an integer value so you may have to wrap the
update function to handle long values.




*** Sent via Developersdex http://www.developersdex.com ***



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
Progress Bar Jase Excel Discussion (Misc queries) 0 June 2nd 08 07:45 PM
I don't want to see scroling which VBA does, adding a progress bar marko Excel Discussion (Misc queries) 2 January 6th 06 12:03 AM
VBA - Progress Bar ajliaks[_36_] Excel Programming 1 September 7th 04 07:43 AM
Progress Bar Help Malcolm Excel Programming 2 November 25th 03 01:57 PM
Progress Bar Help Malcolm Excel Programming 2 November 21st 03 02:29 PM


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