T
Terry
I have an Access 2003 database with a list of all Word, Excel and Powerpoint
templates with a brief description of each. When the user selects an item
either Word, Excel or Powerpoint is opened and a new
Doc/Workbook/Presentation created using the Template associated with the item
selected.
Word & Excel are under control but how do I create a new presentation from
PowerPoint with the correct Template attached please?
eg Something similar to the following works for Word & Excel but not
Powerpoint
Set appPPoint = New PowerPoint.Application
With appPPoint
.Presentations.Open Me.lstDocs.Column(1) 'This varies from Word
& Excel
.Visible = True
Set appPPoint = Nothing
End with
Thanks
Terry
templates with a brief description of each. When the user selects an item
either Word, Excel or Powerpoint is opened and a new
Doc/Workbook/Presentation created using the Template associated with the item
selected.
Word & Excel are under control but how do I create a new presentation from
PowerPoint with the correct Template attached please?
eg Something similar to the following works for Word & Excel but not
Powerpoint
Set appPPoint = New PowerPoint.Application
With appPPoint
.Presentations.Open Me.lstDocs.Column(1) 'This varies from Word
& Excel
.Visible = True
Set appPPoint = Nothing
End with
Thanks
Terry