Google Groups Home
Help | Sign in
Discussions > Third Party Applications > Embed ApplicationGE in PowerPoint
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Joshua  
View profile
 More options May 8, 4:39 pm
From: Joshua
Date: Thu, 8 May 2008 13:39:24 -0700 (PDT)
Local: Thurs, May 8 2008 4:39 pm
Subject: Embed ApplicationGE in PowerPoint
I have limited VBA experience, but would like to embed a viewer in a
PowerPoint slide.  I do not want to (can't at work) use
googleearthairways ActiveX control.  Is this possible?

So far I have:

Private Sub EmbedGE()

    Dim PPApp As PowerPoint.Application
    Dim PPPres As PowerPoint.Presentation
    Dim PPSlide As PowerPoint.Slide

    Set PPApp = GetObject(, "PowerPoint.Application")
    Set PPPres = PPApp.ActivePresentation
    Set PPSlide = PPApp.ActivePresentation.Slides(1)

    Dim GEA As ApplicationGE
    Set GEA = New ApplicationGE

End Sub

This fires the application outside of PP.  I want to fire the app
inside a shape object (I think) in my slide in PP.  I just don't know
how to make the connection.  Thanks for any help you can offer!

Josh


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google