M
Magnen
Hi.
This is a PowerPoint question!
I am new to VBA, and now I am struggling with something that should be
simple.
I have a textBox located the footer in the master slide, and would like to
change the text of this textbox on all slides.
Let's say the name of the textbox is customFooter, how can i change the text
of this textbox on all slides?
Not like this:
For Each oSld In ActivePresentation.Slides
oSld.Master.Shapes("customFooter").TextFrame.TextRange.Text = msg
Next oSld
And not like this
For Each oSld In ActivePresentation.Slides
oSld.Shapes("customFooter").TextFrame.TextRange.Text = msg
Next oSld
Could somebody please help me
Thanks!
Magne
This is a PowerPoint question!
I am new to VBA, and now I am struggling with something that should be
simple.
I have a textBox located the footer in the master slide, and would like to
change the text of this textbox on all slides.
Let's say the name of the textbox is customFooter, how can i change the text
of this textbox on all slides?
Not like this:
For Each oSld In ActivePresentation.Slides
oSld.Master.Shapes("customFooter").TextFrame.TextRange.Text = msg
Next oSld
And not like this
For Each oSld In ActivePresentation.Slides
oSld.Shapes("customFooter").TextFrame.TextRange.Text = msg
Next oSld
Could somebody please help me
Thanks!
Magne