See if this helps
VBA Noob![]()
Dim c As Range Dim NewSrt As String For Each c In Selection NewSrt = NewSrt & "," & c.Value Next Selection(1).Value = Mid(NewSrt, 2, 9 ^ 9)
See if this helps
VBA Noob![]()
Dim c As Range Dim NewSrt As String For Each c In Selection NewSrt = NewSrt & "," & c.Value Next Selection(1).Value = Mid(NewSrt, 2, 9 ^ 9)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks