Forum

powerpoint, vba, te...
 
Notifications
Clear all

powerpoint, vba, text frame, vertical align, middle

1 Posty
1 Users
0 Likes
793 Widok
0
Topic starter

example visual basic code

1 Answer
0
Topic starter
             Dim tekst
             Set tekst = ActivePresentation.Slides(i).Shapes(1)
                If tekst.HasTextFrame Then
                        
                        With tekst.TextFrame
                          .VerticalAnchor = msoAnchorMiddle
                        End With

....

Odpowiedź

Author Name

Author Email

Your question *

 
Preview 0 Revisions Saved
Share: