G
gfox
Hi There,
The following macro does not seem to work in PowerPoint 2007:
Private Sub SelectAll()
'Open any ppt documen
Presentations.Open "C:\test.ppt"
'Select the whole presentation
ActivePresentation.Slides.Range.Select
End Sub
Its purpose is to select the all the slides in the presentation (i'll need
to get its whole TextRange later on).
When you run it, only the last slide get selected... Note that the macro is
working on PowerPoint 2003.
Any idea why? Any workaround?
The following macro does not seem to work in PowerPoint 2007:
Private Sub SelectAll()
'Open any ppt documen
Presentations.Open "C:\test.ppt"
'Select the whole presentation
ActivePresentation.Slides.Range.Select
End Sub
Its purpose is to select the all the slides in the presentation (i'll need
to get its whole TextRange later on).
When you run it, only the last slide get selected... Note that the macro is
working on PowerPoint 2003.
Any idea why? Any workaround?