M
Martin Stender
Anyone have a nice way of doing the above?
I need to add tags to the master-, and/or titleslides in a multiple
master presentation.
I can probably do a funky workaround by assigning one of the
slidemasters to a normal slide, and do something like this:
ActivePresentation.Slides(currentslide).Design.SlideMaster.Background.Tags.Add
"tagName", "Value"
But I'd much rather just go to masterview, select the master and access
the master directly.
Suggestions, anyone?
Best regards and thanks in advance
Martin
I need to add tags to the master-, and/or titleslides in a multiple
master presentation.
I can probably do a funky workaround by assigning one of the
slidemasters to a normal slide, and do something like this:
ActivePresentation.Slides(currentslide).Design.SlideMaster.Background.Tags.Add
"tagName", "Value"
But I'd much rather just go to masterview, select the master and access
the master directly.
Suggestions, anyone?
Best regards and thanks in advance
Martin