Problem with .InsertFromFile method

  • Thread starter Thread starter Trigger
  • Start date Start date
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.
 
Back
Top