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