You could try a macro like...
Sub CreateList()
For Each Cell in Cells(1,1).CurrentRegion
If Cell <> "" then Cells(65536,12).end(xlup).offset(1,0) =Cell
Next Cell
End Sub
You could try a macro like...
Sub CreateList()
For Each Cell in Cells(1,1).CurrentRegion
If Cell <> "" then Cells(65536,12).end(xlup).offset(1,0) =Cell
Next Cell
End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks