- ©«¤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 ©ó 2021-1-14 22:46 ½s¿è
§Ú·Q¥i¯à½Ñ¦ì¤j¤j¤£À´§Úªº§xÂZ©Ò¦b
Dim mystr As String
With Application.Names.Add("Tmp2", .Range(.Cells(2, 1), .Cells(row1, 24)))
'Tmp2¬O¥þ³¡¸ê®Æ,¦Ó§Únªº¬O§t³¡¤À±ø¥ó¤§¸ê®Æ
'Tmp2¦bRange(.Cells(2, 1), .Cells(row1, 24))¤§¤¤¿z¿ï¥X.cell(ii,4)=Textbox4ªº¨C¤@¦C
'¬O§_À³¥ý¿z¿ï¨ì¥t¤@ÓsheetsµM«á¦Amystr = .RefersTo
mystr = .RefersTo
.Delete
End With
ListBox2.RowSource = ""
With ListBox2
.ColumnCount = 24
.ColumnWidths = "78pt;60pt;80pt;70pt;..........."
.RowSource = mystr
.ColumnHeads = True
.ListIndex = ListBox2.ListCount - 1
End With
End With
·q½Ð«ü¾É ¤£³Ó·P¿E |
|