How to add the footer note to the powerpoint size??? I used With thePresentation.SlideMaster.HeadersFooters If footerNote <> "" Then .Footer.Visible = msoTrue .Footer.Text = footerNote End If eEnd with But it doesn't do anything..
How to add the footer note to the powerpoint size??? I used With thePresentation.SlideMaster.HeadersFooters If footerNote <> "" Then .Footer.Visible = msoTrue .Footer.Text = footerNote End If eEnd with But it doesn't do anything..