C
Coogrr
I want a macro that always inserts a new slide after the selected
slide. I don't think I need the Index:= command unless I can figure out
how to make it reflect the selected side each time.
Here is what I have and it inserts a new slide after the #2 slide each
time.
'Insert new slide'
'
ActivePresentation.Slides.Add(Index:=2, Layout:=ppLayoutText).Select
ActiveWindow.Selection.SlideRange.Layout = ppLayoutBlank
Any ideas on how to change this to make it do what I need it to do?
Thanks,
Dennis
slide. I don't think I need the Index:= command unless I can figure out
how to make it reflect the selected side each time.
Here is what I have and it inserts a new slide after the #2 slide each
time.
'Insert new slide'
'
ActivePresentation.Slides.Add(Index:=2, Layout:=ppLayoutText).Select
ActiveWindow.Selection.SlideRange.Layout = ppLayoutBlank
Any ideas on how to change this to make it do what I need it to do?
Thanks,
Dennis