G
Guest
I have two command buttons; I want one to look for the slide that has the
word "Jones" and delete that slide.
This is just one of the variations I've tried:
Public Function GetJones()
FindWhat = "Jones"
Dim Sld As Slide
Sld.Cut
End Function
I would be grateful for another hint as to what I'm missing here, Oh
PowerPoint Masters.
(And maybe someone could suggest a book for those of us that find us
wandering into the middle of these things without getting the basics down
first? Yes, that would be me, guilty as charged...)
word "Jones" and delete that slide.
This is just one of the variations I've tried:
Public Function GetJones()
FindWhat = "Jones"
Dim Sld As Slide
Sld.Cut
End Function
I would be grateful for another hint as to what I'm missing here, Oh
PowerPoint Masters.
(And maybe someone could suggest a book for those of us that find us
wandering into the middle of these things without getting the basics down
first? Yes, that would be me, guilty as charged...)