M
mcambrose
I can manually add a title to a slide in outline view. If I then go into VBA
I can change this title using
myDocument.Shapes.Title.TextFrame.TextRange.Text = "My first Slide"
If my slide doesn't already have a title, then I get an error from the
statement above. I can't figure out how to add a title to a slide that
doesn't already have one. It seems that a title has to do with a shape, but I
can't identify one specific shape that is always the title shape. Any
suggestions or explanations why this can't easily be done is appreciated.
DOesn't seem like it should be very hard. I do know how to loop through the
shapes if there is something I need to do there.
I can change this title using
myDocument.Shapes.Title.TextFrame.TextRange.Text = "My first Slide"
If my slide doesn't already have a title, then I get an error from the
statement above. I can't figure out how to add a title to a slide that
doesn't already have one. It seems that a title has to do with a shape, but I
can't identify one specific shape that is always the title shape. Any
suggestions or explanations why this can't easily be done is appreciated.
DOesn't seem like it should be very hard. I do know how to loop through the
shapes if there is something I need to do there.