G Gary Brown Mar 17, 2010 #2 Dim i As Double On Error Resume Next For i = 0 To Me.ListBox1.ListCount Application.ActiveCell.Offset(i, 0).Value = _ Me.ListBox1.List(i) Next i
Dim i As Double On Error Resume Next For i = 0 To Me.ListBox1.ListCount Application.ActiveCell.Offset(i, 0).Value = _ Me.ListBox1.List(i) Next i