LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default Microsoft Progress Bar ActiveX Control - Version 6.0 (SP4) - probl


"Alok" schrieb

Hi Alok,

Hi Peter

Place the ProgressBar and CommandButton on a form and then add this code.

Private Sub CommandButton1_Click()
Dim i%
For i = 1 To 100
ProgressBar1.Value = i
Next i
End Sub

Seems to work for me but I am using Excel 2003. The progressbar does not
have a design time property of value but it does have a run-time value
property as you see above.


Great! It was working right away. Thanks a lot.
Now I have good hope to be able to get it integrated
it into my application. ;-)

Greetings from Germany
Peter Ostermann
 
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
Microsoft Common Dialog control, version 6.0 Kevin E. Excel Programming 29 September 19th 06 11:33 PM
Date Time Picker ActiveX Control Version 6.0 (SP3) Mark \(InWales\)[_25_] Excel Programming 0 February 4th 05 07:17 AM
Microsoft ProgressBar Control Version 6 Joseph[_48_] Excel Programming 1 November 14th 04 07:03 PM
Microsoft ProgressBar Control Version 6 Joseph[_47_] Excel Programming 3 November 13th 04 08:09 PM
Using the Microsoft Spreadsheet Control as ActiveX Lawrence[_6_] Excel Programming 3 November 12th 03 03:56 PM


All times are GMT +1. The time now is 02:15 PM.

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"