Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default What reference is needed to select the progress bar control?

I used it many times before, the Progress Bar Control.
I selected it from the Toolbox and dragged it onto a form.

Now it is not in the toolbox anymore. I guess I need to set a reference, but
which one in the list of hundreds?

Who can help me?, please!

Thanks!

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200811/1

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default What reference is needed to select the progress bar control?

You need
Microsoft Windows Common Controls 6.0 (SP3) MSCOMCTL.OCX

RBS



"Michiel via OfficeKB.com" <u40062@uwe wrote in message
news:8d6e83f418829@uwe...
I used it many times before, the Progress Bar Control.
I selected it from the Toolbox and dragged it onto a form.

Now it is not in the toolbox anymore. I guess I need to set a reference,
but
which one in the list of hundreds?

Who can help me?, please!

Thanks!

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200811/1


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default What reference is needed to select the progress bar control?

Thank you!

I can locate the MSCOMCTL.OCX file on my drive. The "Microsoft Windows Common
Controls 6.0" reference, however is not in the list.
I am using Excel 2003 SP3

Any ideas?

M.


RB Smissaert wrote:
You need
Microsoft Windows Common Controls 6.0 (SP3) MSCOMCTL.OCX

RBS


--
Message posted via http://www.officekb.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default What reference is needed to select the progress bar control?

Do Tools, References in the VBE, browse to that file and do OK.

RBS


"Michiel via OfficeKB.com" <u40062@uwe wrote in message
news:8d6f2b847df4e@uwe...
Thank you!

I can locate the MSCOMCTL.OCX file on my drive. The "Microsoft Windows
Common
Controls 6.0" reference, however is not in the list.
I am using Excel 2003 SP3

Any ideas?

M.


RB Smissaert wrote:
You need
Microsoft Windows Common Controls 6.0 (SP3) MSCOMCTL.OCX

RBS


--
Message posted via http://www.officekb.com


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default What reference is needed to select the progress bar control?

Hi RBS, that is what I did but it is simply not in the list......

M.


RB Smissaert wrote:
Do Tools, References in the VBE, browse to that file and do OK.

RBS

Thank you!

[quoted text clipped - 11 lines]

RBS


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200811/1



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default What reference is needed to select the progress bar control?

Did you find the file in C:\WINDOWS\SYSTEM32\ ?
What version was it? I got 6.1.97.86
What is your Windows type/version?
Can you compile the file as it is?

RBS


"Michiel via OfficeKB.com" <u40062@uwe wrote in message
news:8d6f591806e27@uwe...
Hi RBS, that is what I did but it is simply not in the list......

M.


RB Smissaert wrote:
Do Tools, References in the VBE, browse to that file and do OK.

RBS

Thank you!

[quoted text clipped - 11 lines]

RBS


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200811/1


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default What reference is needed to select the progress bar control?

I have xl2003 SP3 and it is on my additional controls as Microsoft
Progressbar Control 6.0, also has 5.0 SP2 listed.

"Michiel via OfficeKB.com" wrote:

Hi RBS, that is what I did but it is simply not in the list......

M.


RB Smissaert wrote:
Do Tools, References in the VBE, browse to that file and do OK.

RBS

Thank you!

[quoted text clipped - 11 lines]

RBS


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200811/1


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default What reference is needed to select the progress bar control?

Maybe you can use this:

http://www.cpearson.com/excel/Progress.htm



"Michiel via OfficeKB.com" wrote:

I used it many times before, the Progress Bar Control.
I selected it from the Toolbox and dragged it onto a form.

Now it is not in the toolbox anymore. I guess I need to set a reference, but
which one in the list of hundreds?

Who can help me?, please!

Thanks!

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200811/1


  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default What reference is needed to select the progress bar control?

Right click the control toolbox
Additional controls....

scroll down until you find

Microsoft ProgressBar control 6.0 (SP6)
you might also see 5.0 (SP2)

There are slight differences in how each control behaves, the later 6.0
should OK in most systems.

Put a tick in the box.

Regards,
Peter T

"Michiel via OfficeKB.com" <u40062@uwe wrote in message
news:8d6e83f418829@uwe...
I used it many times before, the Progress Bar Control.
I selected it from the Toolbox and dragged it onto a form.

Now it is not in the toolbox anymore. I guess I need to set a reference,
but
which one in the list of hundreds?

Who can help me?, please!

Thanks!

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200811/1



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
Clickbox control help needed BrianG[_3_] Excel Programming 4 March 13th 08 08:50 PM
"Bouncing Bar" progress indicator control? Greg Lovern Excel Programming 4 August 25th 07 12:01 PM
Progress Bar - Help needed Ola2B Excel Programming 0 July 20th 07 01:33 PM
Microsoft Progress Bar ActiveX Control - Version 6.0 (SP4) - problems. Peter Ostermann[_3_] Excel Programming 2 November 28th 06 08:05 PM
Progress Bar Control pianoman[_45_] Excel Programming 16 June 14th 06 09:23 AM


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