Hi, i am trying to merge cells together comma delimited, I am almost there but need help, Can someone help with this please.
Sub MergeCommaDel()
'
Dim objSelection, objCell As range, MyStr As String
Application.ScreenUpdating = False
On Error Resume Next
Set objSelection =...