Skip to content

Instantly share code, notes, and snippets.

@alpody
Last active December 5, 2015 16:37
Show Gist options
  • Save alpody/85aba7ef9e6479a75bfe to your computer and use it in GitHub Desktop.
Save alpody/85aba7ef9e6479a75bfe to your computer and use it in GitHub Desktop.
remove line break form excell cell
Sub ReplaceNextLine()
Selection.Replace What:=Chr(10), Replacement:=" "
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment