Created
April 11, 2016 15:02
-
-
Save thebigtine/be36a29e2511ae2f7cead2022ad24599 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub MergeLines() | |
' | |
' MergeLines Macro | |
' | |
' | |
Selection.EndKey Unit:=wdLine | |
Selection.TypeText Text:=" " | |
Selection.Delete Unit:=wdCharacter, Count:=1 | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment