Problem with .InsertFromFile method

T

Trigger

I was wondering if anyone could give me some pointers - I get the
following error from powerpoint:

"Object doesn't support this property or method."

When it runs the "InsertFromFile" method:

set PPTobj = CreateObject("powerpoint.application")

mySlides = PPTobj.Presentations.Slides
mySlides.InsertFromFile "c:\test\test3.ppt", 2

Any ideas? I'm using Powerpoint 2000.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top