D
DSTDIVA3
I am trying to open an existing powerpoint presentation from access using
vba. When I open the file, it opens a new file with nothing in the file with
the same name. This is the code I am using.....
Set oPowerPoint = New PowerPoint.Application
Set oPres = oPowerPoint.Presentations.Open(<Path>, , , False)
vba. When I open the file, it opens a new file with nothing in the file with
the same name. This is the code I am using.....
Set oPowerPoint = New PowerPoint.Application
Set oPres = oPowerPoint.Presentations.Open(<Path>, , , False)