Skip to content

Instantly share code, notes, and snippets.

@thebigtine
Created April 11, 2016 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebigtine/be36a29e2511ae2f7cead2022ad24599 to your computer and use it in GitHub Desktop.
Save thebigtine/be36a29e2511ae2f7cead2022ad24599 to your computer and use it in GitHub Desktop.
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