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

Set objPPT = GetObject(, "powerpoint.Application")

195 views
Skip to first unread message

Rudolf Philipse

unread,
Jan 7, 2000, 3:00:00 AM1/7/00
to
I am trying to reference Powerpiont from VBA. Can anybody help me find the
right reference?

Appreciate your help,

Rudolf

Guillaume Slama

unread,
Jan 10, 2000, 3:00:00 AM1/10/00
to
Would that be VBA from PowerPoint or VBA form another application?

Guillaume

Rudolf Philipse <rphi...@hk.nl> wrote in message
news:3875db52$0$28...@reader3.casema.net...

Rudolf Philipse

unread,
Jan 14, 2000, 3:00:00 AM1/14/00
to
Using VBA from another application to call Powerpoint


Guillaume Slama <guil...@interactivevision.com> wrote in message
news:exyIy#6W$GA.280@cppssbbsa04...

Guillaume Slama

unread,
Jan 17, 2000, 3:00:00 AM1/17/00
to
This is what works for me.

Dim objPres As Powerpoint.Presentation
Dim objApp As Powerpoint.Application
Dim objShape As Powerpoint.Shape
Dim objSlide As Powerpoint.Slide

Do not forget to use PPT VBA codes when addressing PPT objects.
example:
Set objPres = objApp.Presentations.Open("C:\Program
Files\............ppt", False, False, False)
.
e-mail me if you need help.

Good luck

Guillaume


Rudolf Philipse <rphi...@hk.nl> wrote in message

news:387f2e44$0$81...@reader3.casema.net...

0 new messages