- ©«¤l
- 258
- ¥DÃD
- 77
- ºëµØ
- 0
- ¿n¤À
- 385
- ÂI¦W
- 0
- §@·~¨t²Î
- Win7
- ³nÅ骩¥»
- Office2010
- ¾\ŪÅv
- 20
- ©Ê§O
- ¨k
- ¨Ó¦Û
- Taiwan
- µù¥U®É¶¡
- 2010-8-8
- ³Ì«áµn¿ý
- 2021-1-25
|
¥»©«³Ì«á¥Ñ yangjie ©ó 2014-12-24 17:31 ½s¿è
¦^´_ 6# GBKEE
ÁÂÁÂGBKEEª©¤j
ListBox2.Clear
wb1.Activate
With Sheets("·s¥Í¸ê®Æ")
If TextBox11 = 0 Then
row1 = .Cells(65536, 5).End(xlUp).Row
If row1 < 2 Then Exit Sub
Dim mystr As String
With Application.Names.Add("Tmp", .Range(.Cells(2, 1), .Cells(row1 - 5, 11)))
mystr = .RefersTo
.Delete
End With
With ListBox2
.ColumnCount = 11
.RowSource = mystr
.ColumnHeads = True
End With
'n¥[¤J.Range(.Cells(row1 - 1, 1), .Cells(row1 - 1, 11))
With ListBox2
.AddItem
.RowSource = .Range(.Cells(row1 - 1, 1), .Cells(row1 - 1, 11))
End With
End With
°»¿ù»¡:¨S¦³¦¹¦¨û©Î....µLªk¥[¤J ©Î²¾°£³¡¤À
¥t¦³¤@°ÝÃD ·íListBox2_Click
MsgBox ListBox2.List(ListIndex, 3)
MsgBox ListBox2.List(ListIndex, ?)¦p¦ó¥i§ä¥X¸Ó¦Cªº Row? |
|