Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

685 views
Skip to first unread message

Matt

unread,
Sep 13, 2007, 10:20:04 AM9/13/07
to
....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

unread,
Sep 13, 2007, 11:18:09 AM9/13/07
to
In article <E998C781-5DF7-4399...@microsoft.com>, Matt wrote:
> .....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

unread,
Sep 13, 2007, 11:38:05 AM9/13/07
to
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!

Echo S

unread,
Sep 13, 2007, 12:51:20 PM9/13/07
to
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.

--
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/


"Matt" <Ma...@discussions.microsoft.com> wrote in message
news:42F5EA4D-0166-47B9...@microsoft.com...

Matt

unread,
Sep 13, 2007, 1:00:01 PM9/13/07
to
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!

Echo S

unread,
Sep 13, 2007, 1:04:09 PM9/13/07
to
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.

--
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/

"Matt" <Ma...@discussions.microsoft.com> wrote in message

news:860C05A9-7835-4415...@microsoft.com...

Matt

unread,
Sep 13, 2007, 1:10:01 PM9/13/07
to
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!

Steve Rindsberg

unread,
Sep 13, 2007, 5:22:45 PM9/13/07
to
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

Matt

unread,
Sep 13, 2007, 6:18:01 PM9/13/07
to
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!

Steve Rindsberg

unread,
Sep 14, 2007, 4:39:42 PM9/14/07
to
In article <3E1BF697-DF15-45F5...@microsoft.com>, Matt wrote:
> 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.

Matt

unread,
Sep 14, 2007, 4:48:02 PM9/14/07
to
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!

Steve Rindsberg

unread,
Sep 15, 2007, 11:59:39 AM9/15/07
to
Aha! Hey, thanks for coming back with that!

Echo S

unread,
Sep 15, 2007, 3:22:51 PM9/15/07
to
Glad to hear it. Thanks for posting back, Matt.

--
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/


"Matt" <Ma...@discussions.microsoft.com> wrote in message

news:31640968-C9D4-49D8...@microsoft.com...

gareth duffy

unread,
Mar 15, 2011, 8:50:32 AM3/15/11
to
Just had a school with this issue, problem is with version of flash player google flash player uninstall run this and reinstall a correct version of flash player.

> On Thursday, September 13, 2007 10:20 AM Mat wrote:

> ....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!


>> On Thursday, September 13, 2007 11:38 AM Mat wrote:

>> 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!
>>
>> "Steve Rindsberg" wrote:


>>> On Thursday, September 13, 2007 12:51 PM Echo S wrote:

>>> 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.
>>>

>>> --
>>> 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/
>>>
>>>
>>> "Matt" <Ma...@discussions.microsoft.com> wrote in message

>>> news:42F5EA4D-0166-47B9...@microsoft.com...


>>>> On Thursday, September 13, 2007 1:00 PM Mat wrote:

>>>> 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!
>>>>
>>>> "Echo S" wrote:


>>>>> On Thursday, September 13, 2007 1:04 PM Echo S wrote:

>>>>> 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.
>>>>>

>>>>> --
>>>>> 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/
>>>>>
>>>>> "Matt" <Ma...@discussions.microsoft.com> wrote in message

>>>>> news:860C05A9-7835-4415...@microsoft.com...


>>>>>> On Thursday, September 13, 2007 1:10 PM Mat wrote:

>>>>>> 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!
>>>>>>
>>>>>> "Echo S" wrote:


>>>>>>> On Thursday, September 13, 2007 6:18 PM Mat wrote:

>>>>>>> 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!
>>>>>>>

>>>>>>> "Steve Rindsberg" wrote:


>>>>>>>> On Friday, September 14, 2007 4:48 PM Mat wrote:

>>>>>>>> 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!
>>>>>>>>

>>>>>>>> "Steve Rindsberg" wrote:


>>>>>>>>> On Saturday, September 15, 2007 3:22 PM Echo S wrote:

>>>>>>>>> Glad to hear it. Thanks for posting back, Matt.
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> 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/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> "Matt" <Ma...@discussions.microsoft.com> wrote in message
>>>>>>>>> news:31640968-C9D4-49D8...@microsoft.com...


>>>>>>>>>> On Sunday, September 16, 2007 8:41 AM Steve Rindsberg wrote:

>>>>>>>>>> In article <E998C781-5DF7-4399...@microsoft.com>, Matt wrote:
>>>>>>>>>>
>>>>>>>>>> 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
>>>>>>>>>> ================================================


>>>>>>>>>>>> On Sunday, September 16, 2007 8:41 AM Steve Rindsberg wrote:

>>>>>>>>>>>> In article <3E1BF697-DF15-45F5...@microsoft.com>, Matt wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Maybe the control's grouped with other objects. That'd prevent the macro from
>>>>>>>>>>>> seeing it.
>>>>>>>>>>>>
>>>>>>>>>>>>

>>>>>>>>>>>> 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.
>>>>>>>>>>>>
>>>>>>>>>>>>

>>>>>>>>>>>> -----------------------------------------
>>>>>>>>>>>> Steve Rindsberg, PPT MVP
>>>>>>>>>>>> PPT FAQ: www.pptfaq.com
>>>>>>>>>>>> PPTools: www.pptools.com
>>>>>>>>>>>> ================================================


>>>>>>>>>>>>> On Sunday, September 16, 2007 8:42 AM Steve Rindsberg wrote:

>>>>>>>>>>>>> Aha! Hey, thanks for coming back with that!
>>>>>>>>>>>>>
>>>>>>>>>>>>>

>>>>>>>>>>>>> -----------------------------------------
>>>>>>>>>>>>> Steve Rindsberg, PPT MVP
>>>>>>>>>>>>> PPT FAQ: www.pptfaq.com
>>>>>>>>>>>>> PPTools: www.pptools.com
>>>>>>>>>>>>> ================================================


>>>>>>>>>>>>> Submitted via EggHeadCafe
>>>>>>>>>>>>> SharePoint 2010 Using External List
>>>>>>>>>>>>> http://www.eggheadcafe.com/tutorials/aspnet/71ee360f-d781-48d6-8243-769d96b45064/sharepoint-2010-using-external-list.aspx

LVTravel

unread,
Mar 15, 2011, 4:16:11 PM3/15/11
to
Great, answering a 4 year old post. Great Job.
0 new messages