Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() thanks. i ended up writing this: Private Sub Compute_Click() Worksheets("Sheet1").Range("A1").Select For i = 0 To ListBox1.ListCount - 1 If ListBox1.Selected(i) Then ActiveCell.Value = ListBox1.List(i) If ActiveCell.Value = "" Then ActiveCell.Select If ActiveCell.Value < "" Then ActiveCell.Offset(1, 0).Select Next i Range("A1").Select Range(Selection, Selection.End(xlDown)).Copy Worksheets("sheet2").Range("A1") Unload Me End Sub works perfectly. :) -- dreamz ------------------------------------------------------------------------ dreamz's Profile: http://www.excelforum.com/member.php...o&userid=26462 View this thread: http://www.excelforum.com/showthread...hreadid=476924 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I pull data from multi sheets into one? | Excel Discussion (Misc queries) | |||
Let User Select Sheet to Pull Data From | Excel Discussion (Misc queries) | |||
Past the total of select multi row data | Excel Discussion (Misc queries) | |||
Multi-select listbox help! | Excel Programming | |||
multi select listbox | Excel Programming |