G
Guest
I want to do this:
slide 1 (a, b, c, d)
slide 2(a, c)
slide 3(a, b, d)
slide 4(b, d)
I want to then look through the list, and, depending on which presentation
audience (indicated by the a, b, c, or d) I want to construct the
presentation for, I want to write code that says, look at each slide, and
copy all the slides with the indicator "c" into a new, blank presentation.
The slides already exist in master presentations. I don't want to merely use
the "custom show" feature in PowerPoint because I want the slides in a
separate presentation each time I use them because they will require further
modifications once I create them, and I don't want to simply open a separate
master every time I want to work on my presentations because I will want to
make global changes on occassion.
I've perused the PowerPoint Help but I'm not getting anywhere. I'm new to
VBA and new to programming and need some hints as to where to start. I
thought I needed to do an array, and then a if...then statement, but I can't
get it to work.
Does someone have a hint for me? Point me in the right direction?
Much thanks,
slide 1 (a, b, c, d)
slide 2(a, c)
slide 3(a, b, d)
slide 4(b, d)
I want to then look through the list, and, depending on which presentation
audience (indicated by the a, b, c, or d) I want to construct the
presentation for, I want to write code that says, look at each slide, and
copy all the slides with the indicator "c" into a new, blank presentation.
The slides already exist in master presentations. I don't want to merely use
the "custom show" feature in PowerPoint because I want the slides in a
separate presentation each time I use them because they will require further
modifications once I create them, and I don't want to simply open a separate
master every time I want to work on my presentations because I will want to
make global changes on occassion.
I've perused the PowerPoint Help but I'm not getting anywhere. I'm new to
VBA and new to programming and need some hints as to where to start. I
thought I needed to do an array, and then a if...then statement, but I can't
get it to work.
Does someone have a hint for me? Point me in the right direction?
Much thanks,