Share via

Adjust table height - VBA

Anonymous
2017-08-02T06:40:30+00:00

Hi,

Can I adjust powerpoint table height using VBA, (not by adjusting height row by row)

thanks

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2017-08-02T10:09:38+00:00

Something like...

ActivePresentation.Slides(1).Shapes("Table 1").Height = _

ActivePresentation.Slides(1).Shapes("Table 1").Height + 20

HTH

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful