Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / September 2007

Tip: Looking for answers? Try searching our database.

some controls on this presentation can't be activated....

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Matt - 13 Sep 2007 15:20 GMT
....They might not be registered on this computer.

I have a fully updated version of Office 2007 opening a 2003 version PPT
file. How do I get the ActiveX needed to have this work properly? Thanks!
Steve Rindsberg - 13 Sep 2007 16:18 GMT
> .....They might not be registered on this computer.
>
> I have a fully updated version of Office 2007 opening a 2003 version PPT
> file. How do I get the ActiveX needed to have this work properly? Thanks!

The author of the show may have used an ActiveX control that's not part of
Office 2007/Windows.

You might want to check with them to see what they've done.

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
Matt - 13 Sep 2007 16:38 GMT
Well two other people in my office with 2007 that are also up-to-date had no
trouble as well as my machine which is 2003 Office successfully used the file
and all I do is Windows and Office updating. Windows XP Pro and all copies of
Office are up-to-date. Is there anything else to consider? All macros are
allowed on the machine through PPT as well. Thanks for the help Steve!

> > .....They might not be registered on this computer.
> >
[quoted text clipped - 11 lines]
> PPTools:  www.pptools.com
> ================================================
Echo S - 13 Sep 2007 17:51 GMT
All that means is the other computers have the ActiveX control in question
installed already.

You're not using something like SwiffPoint Player, are you? Or is there any
Flash in the file? As Steve said, you need to check with the author of the
presentation and find out what kind of control he/she used.

Signature

Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://www.oreilly.com/catalog/powerpointannoy/

> Well two other people in my office with 2007 that are also up-to-date had
> no
[quoted text clipped - 23 lines]
>> PPTools:  www.pptools.com
>> ================================================
Matt - 13 Sep 2007 18:00 GMT
I am waiting for word back, but I find it strange since I keep these machines
all updated together. I don't get why one would not have something the others
would if I update them the same. Thanks for the assistance!

> All that means is the other computers have the ActiveX control in question
> installed already.
[quoted text clipped - 30 lines]
> >> PPTools:  www.pptools.com
> >> ================================================
Echo S - 13 Sep 2007 18:04 GMT
We're not talking about updates, though, Matt. We're talking (probably)
about an add-in -- or an ActiveX control of some sort, anyway -- the author
used when he/she created the file. If you don't have that ActiveX control
installed (and they're often installed via an add-in), you will see the type
of error message you're seeing.

Signature

Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://www.oreilly.com/catalog/powerpointannoy/

>I am waiting for word back, but I find it strange since I keep these
>machines
[quoted text clipped - 44 lines]
>> >> PPTools:  www.pptools.com
>> >> ================================================
Matt - 13 Sep 2007 18:10 GMT
I see... just really weird because the systems are essentially the same from
software. I will ask the author what they used though. Thanks again!

> We're not talking about updates, though, Matt. We're talking (probably)
> about an add-in -- or an ActiveX control of some sort, anyway -- the author
[quoted text clipped - 50 lines]
> >> >> PPTools:  www.pptools.com
> >> >> ================================================
Steve Rindsberg - 13 Sep 2007 22:22 GMT
I'd guess that the machines where the presentation works ok have the active-x
control it wants.  Again, check with the author, or open the presentation on a
computer where it works and look for controls.

This little macro will help you locate them:

Sub ListControls()

   Dim oSh As Shape
   Dim oSl As Slide
   
   For Each oSl In ActivePresentation.Slides
       For Each oSh In oSl.Shapes
           If oSh.Type = msoOLEControlObject Then
              ' display the slide, select the shape and msgbox:
               ActiveWindow.View.GotoSlide (oSl.SlideIndex)
               oSh.Select msoTrue
               MsgBox "Slide " & CStr(oSl.SlideIndex)
           End If
       Next
   Next

End Sub

> Well two other people in my office with 2007 that are also up-to-date had no
> trouble as well as my machine which is 2003 Office successfully used the file
[quoted text clipped - 17 lines]
> > PPTools:  www.pptools.com
> > ================================================

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
Matt - 13 Sep 2007 23:18 GMT
Hey Steve, thanks for the macro. I ran it, but all that came up was the slide
changes. To make things easy, is there a way to reinstall the ActiveX
controls related to Office 2007? Can I just do run the repair tool? thanks!

> I'd guess that the machines where the presentation works ok have the active-x
> control it wants.  Again, check with the author, or open the presentation on a
[quoted text clipped - 47 lines]
> PPTools:  www.pptools.com
> ================================================
Steve Rindsberg - 14 Sep 2007 21:39 GMT
> Hey Steve, thanks for the macro. I ran it, but all that came up was the slide
> changes.

Maybe the control's grouped with other objects.  That'd prevent the macro from
seeing it.  

> To make things easy, is there a way to reinstall the ActiveX
> controls related to Office 2007? Can I just do run the repair tool? thanks!

Detect and Repair certainly shouldn't hurt anything, but it might be better to
re-run Setup.  Choose a custom setup and ... well, add whatever's missing to the
list of stuff to install.  And w/o knowing what's missing, it's hard to say what
that might be.  

Is there anything on any of the slides that you can't easily re-create yourself
using PPT's normal drawing tools?  That might be the control you're after.

> > I'd guess that the machines where the presentation works ok have the active-x
> > control it wants.  Again, check with the author, or open the presentation on a
[quoted text clipped - 47 lines]
> > PPTools:  www.pptools.com
> > ================================================

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
Matt - 14 Sep 2007 21:48 GMT
Hey Steve!

Thanks for the suggestions. Earlier today I ran a Flash Player update and
everything worked out fine. Most times that seems automatic as my users go
through different things each day, so it was one of those things I conisder
last obviously. It all worked out. Thanks steve!

> > Hey Steve, thanks for the macro. I ran it, but all that came up was the slide
> > changes.
[quoted text clipped - 70 lines]
> PPTools:  www.pptools.com
> ================================================
Steve Rindsberg - 15 Sep 2007 16:59 GMT
Aha!  Hey, thanks for coming back with that!

> Thanks for the suggestions. Earlier today I ran a Flash Player update and
> everything worked out fine. Most times that seems automatic as my users go
[quoted text clipped - 75 lines]
> > PPTools:  www.pptools.com
> > ================================================

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
Echo S - 15 Sep 2007 20:22 GMT
Glad to hear it. Thanks for posting back, Matt.

Signature

Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://www.oreilly.com/catalog/powerpointannoy/

> Hey Steve!
>
[quoted text clipped - 3 lines]
> conisder
> last obviously. It all worked out. Thanks steve!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.