Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Progress Bar won't work in Excel 2007

I have been using Excel 2003 and the progress bar found at
http://j-walk.com/ss/excel/files/developer.htm. We just got Excel
2007 installed today, and the LED progress bar no longer displays when
run. Is there an updated version that works with Excel 2007, or is
there something else I need to do to enable it to work?

Thanks.

Mark

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default Progress Bar won't work in Excel 2007

Mark Driscol has brought this to us :
I have been using Excel 2003 and the progress bar found at
http://j-walk.com/ss/excel/files/developer.htm. We just got Excel
2007 installed today, and the LED progress bar no longer displays when
run. Is there an updated version that works with Excel 2007, or is
there something else I need to do to enable it to work?

Thanks.

Mark


That sample code is also available from J-Walk's CDs that accompany his
books. Opening the Progress1.xls sample in XL2007 invokes a security
warning that activeX content has been blocked because the code executes
via a button on the worksheet. Not sure how you're using this example
but the code works fine after enabling ActiveX content.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Progress Bar won't work in Excel 2007

Thank you for the reply. There are three files on John's CD:
Progresss Indicator 1, 2, & 3. None of these is the one for download
on John's site that displays an LED-display progress bar. I am
enabling ActiveX content, but it still does not work.

I appreciate the response, but the problem is still there. Any other
guidance would be appreciated.

Mark


On Jul 16, 12:27*pm, GS wrote:
Mark Driscol has brought this to us :

I have been using Excel 2003 and the progress bar found at
http://j-walk.com/ss/excel/files/developer.htm. *We just got Excel
2007 installed today, and the LED progress bar no longer displays when
run. *Is there an updated version that works with Excel 2007, or is
there something else I need to do to enable it to work?


Thanks.


Mark


That sample code is also available from J-Walk's CDs that accompany his
books. Opening the Progress1.xls sample in XL2007 invokes a security
warning that activeX content has been blocked because the code executes
via a button on the worksheet. Not sure how you're using this example
but the code works fine after enabling ActiveX content.

--
Garry

Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default Progress Bar won't work in Excel 2007

Mark Driscol submitted this idea :
Thank you for the reply. There are three files on John's CD:
Progresss Indicator 1, 2, & 3. None of these is the one for download
on John's site that displays an LED-display progress bar. I am
enabling ActiveX content, but it still does not work.

I appreciate the response, but the problem is still there. Any other
guidance would be appreciated.

Mark


On Jul 16, 12:27*pm, GS wrote:
Mark Driscol has brought this to us :

I have been using Excel 2003 and the progress bar found at
http://j-walk.com/ss/excel/files/developer.htm. *We just got Excel
2007 installed today, and the LED progress bar no longer displays when
run. *Is there an updated version that works with Excel 2007, or is
there something else I need to do to enable it to work?
Thanks.


Mark


That sample code is also available from J-Walk's CDs that accompany his
books. Opening the Progress1.xls sample in XL2007 invokes a security
warning that activeX content has been blocked because the code executes
via a button on the worksheet. Not sure how you're using this example
but the code works fine after enabling ActiveX content.

--
Garry

Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


<FYI
I pasted the code from that link into Progress1.xls Sub Main() and it
worked perfectly.<g??

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Progress Bar won't work in Excel 2007

At work they control what happens on our PCs pretty tightly, so it
could be related to that. I'll try it at home and see what happens.
Thanks very much.

Mark


On Jul 16, 1:23*pm, GS wrote:
Mark Driscol submitted this idea :





Thank you for the reply. *There are three files on John's CD:
Progresss Indicator 1, 2, & 3. *None of these is the one for download
on John's site that displays an LED-display progress bar. *I am
enabling ActiveX content, but it still does not work.


I appreciate the response, but the problem is still there. *Any other
guidance would be appreciated.


Mark


On Jul 16, 12:27*pm, GS wrote:
Mark Driscol has brought this to us :


I have been using Excel 2003 and the progress bar found at
http://j-walk.com/ss/excel/files/developer.htm. *We just got Excel
2007 installed today, and the LED progress bar no longer displays when
run. *Is there an updated version that works with Excel 2007, or is
there something else I need to do to enable it to work?
Thanks.


Mark


That sample code is also available from J-Walk's CDs that accompany his
books. Opening the Progress1.xls sample in XL2007 invokes a security
warning that activeX content has been blocked because the code executes
via a button on the worksheet. Not sure how you're using this example
but the code works fine after enabling ActiveX content.


--
Garry


Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


<FYI
I pasted the code from that link into Progress1.xls Sub Main() and it
worked perfectly.<g??

--
Garry

Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc- Hide quoted text -

- Show quoted text -




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Progress Bar won't work in Excel 2007

I tried this at home, and it doesn't work in Excel 2007 there either.
I found a link to a posting that concludes the same thing, it doesn't
work in Excel 2007. Not sure how Garry got it work, but I appreciate
the response.

http://www.mrexcel.com/forum/showthread.php?p=1984500


On Jul 16, 1:55*pm, Mark Driscol wrote:
At work they control what happens on our PCs pretty tightly, so it
could be related to that. *I'll try it at home and see what happens.
Thanks very much.

Mark

On Jul 16, 1:23*pm, GS wrote:



Mark Driscol submitted this idea :


Thank you for the reply. *There are three files on John's CD:
Progresss Indicator 1, 2, & 3. *None of these is the one for download
on John's site that displays an LED-display progress bar. *I am
enabling ActiveX content, but it still does not work.


I appreciate the response, but the problem is still there. *Any other
guidance would be appreciated.


Mark


On Jul 16, 12:27*pm, GS wrote:
Mark Driscol has brought this to us :


I have been using Excel 2003 and the progress bar found at
http://j-walk.com/ss/excel/files/developer.htm. *We just got Excel
2007 installed today, and the LED progress bar no longer displays when
run. *Is there an updated version that works with Excel 2007, or is
there something else I need to do to enable it to work?
Thanks.


Mark


That sample code is also available from J-Walk's CDs that accompany his
books. Opening the Progress1.xls sample in XL2007 invokes a security
warning that activeX content has been blocked because the code executes
via a button on the worksheet. Not sure how you're using this example
but the code works fine after enabling ActiveX content.


--
Garry


Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


<FYI
I pasted the code from that link into Progress1.xls Sub Main() and it
worked perfectly.<g??


--
Garry


Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


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
HOW TO MAKE A LIST OF WORK SHEET IN WORK BOOK IN EXCEL 2007 goutam Excel Programming 1 February 1st 08 07:40 AM
how do i set up a work in progress report for a construction compa freedom1 Excel Worksheet Functions 1 October 15th 07 12:13 AM
I need a work in progress spredsheet Luanne Excel Discussion (Misc queries) 2 August 19th 05 07:25 PM
Do you have a work in progress sheet Admarkian Charts and Charting in Excel 0 January 6th 05 04:13 AM
VBA code to make a progress tool bar work Jeff Marshall Excel Programming 2 October 11th 03 11:18 PM


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