Skip to content

Instantly share code, notes, and snippets.

@taesiri
Last active August 29, 2015 14:11
Show Gist options
  • Save taesiri/c21f14c6049be63005dd to your computer and use it in GitHub Desktop.
Save taesiri/c21f14c6049be63005dd to your computer and use it in GitHub Desktop.
Do Not Indent! VBA Script for Powerpoint
Sub DontIndent()
With ActivePresentation
With .Slides(1).Shapes("Rec1").TextFrame2
.TextRange.ParagraphFormat.LeftIndent = 0
End With
End With
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment