yes i tried the code in your second post.
Dim oSlide as Slide
should that not be
Dim oSlide as Pages
and For each
oSlide in ActivePresentation.Slides
should that not be
oSlide in ActiveDocument.Pages
I still cant get the code to work though.
Any help appreciated





Reply With Quote