M
Matt Lester
Hi people. Quick question about PPT macros. I'm more of an Excel macro
person and often confused in PPT. ;-)
I want a macro that changes selected slides to a particular multiple master.
I'm using PPT 2002 and have the following code that holds the target slide
as a constant. I want that to be a variable, being all the slides I have
selected...
With ActivePresentation
.Slides(1).Design = .Designs(4)
End With
How can I tweak that to be, not just slide 1, but all slides I have
selected?
Thank for your generousity in sharing help with me.
Best Regards,
Matt
person and often confused in PPT. ;-)
I want a macro that changes selected slides to a particular multiple master.
I'm using PPT 2002 and have the following code that holds the target slide
as a constant. I want that to be a variable, being all the slides I have
selected...
With ActivePresentation
.Slides(1).Design = .Designs(4)
End With
How can I tweak that to be, not just slide 1, but all slides I have
selected?
Thank for your generousity in sharing help with me.
Best Regards,
Matt