ohnson
> *Sent:* Tuesday, September 14, 2010 9:17 AM
> *To:* villager.g...@gmail.com; davebonall...@hotmail.com
> *Cc:* excel-macros@googlegroups.com
> *Subject:* $$Excel-Macros$$ HIGHLIGHT CODE Please explain it
>
>
>
> Hi Sir,
> Please explain that highlighted code . Wh
ps.com
Subject: $$Excel-Macros$$ HIGHLIGHT CODE Please explain it
Hi Sir,
Please explain that highlighted code . What is that means.
Dim i As Long, j As Long
For i = 0 To Me.ListBox1.ListCount - 1
If Me.ListBox1.Selected(i) Then
Worksheets("Sheet1").Ran
Hi Sir,
Please explain that highlighted code . What is that means.
Dim i As Long, j As Long
For i = 0 To Me.ListBox1.ListCount - 1
If Me.ListBox1.Selected(i) Then
*
Worksheets("Sheet1").Range("A" & i + 2).Resize(1, 6).*Copy
Worksheets("Sheet2").Range("A" & Rows.