D
ddate
I currently use a macro from Excel to paste a table into Powerpoint. My only
issue is when it paste in powerpoint it has to be resized. Is there a way I
can revise the code so that when it paste it will automatically copy into the
content box. Not sure if I'm referring to it correctly but it's the dotted
lines box on title/content slide.
' Align the pasted range
PPApp.ActiveWindow.Selection.ShapeRange.Align msoAlignCenters, True
PPApp.ActiveWindow.Selection.ShapeRange.Align msoAlignMiddles, True
Thanks.
issue is when it paste in powerpoint it has to be resized. Is there a way I
can revise the code so that when it paste it will automatically copy into the
content box. Not sure if I'm referring to it correctly but it's the dotted
lines box on title/content slide.
' Align the pasted range
PPApp.ActiveWindow.Selection.ShapeRange.Align msoAlignCenters, True
PPApp.ActiveWindow.Selection.ShapeRange.Align msoAlignMiddles, True
Thanks.