D
dR
Since PowerPoint is a single instance application, what is the
difference between:
Set oPPApp = New PowerPoint.Application
and
Set oPPApp = CreateObject("PowerPoint.Application")
Thanks
difference between:
Set oPPApp = New PowerPoint.Application
and
Set oPPApp = CreateObject("PowerPoint.Application")
Thanks