S
Silvester
Hi,
How can I show powerpoint slides on my Access2K form without opening an
instance of Powerpoint ?
Using the code below opens the PP window, which I would like to avoid. I'm
looking for alternative code...
Dim strPowerPointFile As String
Dim pptobj As PowerPoint.Application
Set pptobj = New PowerPoint.Application
pptobj.Visible = True
pptobj.WindowState = ppWindowMinimized
strPowerPointFile = CurrentProject.Path & "\Access2PowerPoint.ppt"
Thanks for any help.
How can I show powerpoint slides on my Access2K form without opening an
instance of Powerpoint ?
Using the code below opens the PP window, which I would like to avoid. I'm
looking for alternative code...
Dim strPowerPointFile As String
Dim pptobj As PowerPoint.Application
Set pptobj = New PowerPoint.Application
pptobj.Visible = True
pptobj.WindowState = ppWindowMinimized
strPowerPointFile = CurrentProject.Path & "\Access2PowerPoint.ppt"
Thanks for any help.