M
Magnen
Hi.
I would like to make part of footer text added by vba bold in powerpoint
footer.
Is it any way to do this?
With .footer
.Visible = msoTrue
.text = "Here i would like bold text" + "Some text that is
not bold"
End With
And does anybody know how to change the footer text in powerpoint 2003, now
it comes on top of the old footer?
I am trying to make vba code that works both in 2007 and 2003
Thanks!
I would like to make part of footer text added by vba bold in powerpoint
footer.
Is it any way to do this?
With .footer
.Visible = msoTrue
.text = "Here i would like bold text" + "Some text that is
not bold"
End With
And does anybody know how to change the footer text in powerpoint 2003, now
it comes on top of the old footer?
I am trying to make vba code that works both in 2007 and 2003
Thanks!