I have a collection in VBA of file paths. I need to record each value in the collection to a single cell with each value on a new line in the cell. Possible????
existing code
Dim colFiles As New Collection
If ListBox3.ListCount > -1 Then
For i = 0 To ListBox3.ListCount - 1
UserChanges =...