PowerPoint Separate lines (line break) - PowerPoint Footer

Joined
Nov 7, 2019
Messages
1
Reaction score
0
Hello,

I want to add separate / multiple lines in Footer box, something like below :

November 7, 2019
Delhi,India
©Company's name

I tried with "shift+enter", "enter" in Footer under Header & Footer icon without success. Could anyone help me out in solving this problem ? Any lead would be highly appreciated.
 
Please replace "shift+enter" with Alt+Enter
it works in MS Office applications like Excel, not sure about powerpoint.
In VBA, if we would be coding, we simply concatinate FooterLine1 with FooterLine2 as follows:
FooterLine1 & vbCR & FooterLine2
 
Last edited:
Back
Top