Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW TO MAKE A LIST OF WORK SHEET IN WORK BOOK IN EXCEL 2007 | Excel Programming | |||
how do i set up a work in progress report for a construction compa | Excel Worksheet Functions | |||
I need a work in progress spredsheet | Excel Discussion (Misc queries) | |||
Do you have a work in progress sheet | Charts and Charting in Excel | |||
VBA code to make a progress tool bar work | Excel Programming |