- ©«¤l
- 561
- ¥DÃD
- 160
- ºëµØ
- 0
- ¿n¤À
- 725
- ÂI¦W
- 0
- §@·~¨t²Î
- WINDOWS
- ³nÅ骩¥»
- xp
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ®ç¶é
- µù¥U®É¶¡
- 2014-9-10
- ³Ì«áµn¿ý
- 2024-8-7
|
[µo°Ý] ¦hSHEET¤u§@ªí¸ê®Æ¶×¾ã°ÝÃD½Ð±Ð
DEAR ALL¤j¤j
1.¦p¤U¬°¥Ø«e§Ú®Ñ¼g§ì¨ú¦hsheet¸ê®Æ¦Ü sheet2¤§¤è¦¡
2.¦]¤u§@ªísheet4 5 6 7 8 9 10........¦³¦hÓ
2.1¦p¦ó¤£¶·¤@Ó¤u§@ªí¼g¤@µ{¦¡.
3.·Ð¤£§[½ç±Ð thanks*10000
Sub TATAL()
Application.Run "TATAL4"
Application.Run "TATAL5"
Application.Run "TATAL6"
End Sub
Sub TATAL4()
Sheet2.[A2:A65536].ClearContents
X = Sheet4.[B65536].End(xlUp).Row
Y = Sheet2.[A65536].End(xlUp).Row
For M = 2 To X
If Not (Sheet4.Cells(M, 2) = "" Or Sheet4.Cells(M, 2) = " ") Then
Sheet2.Cells(Y + 1, 1) = Sheet4.Cells(M, 2)
Y = Y + 1
End If
Next
End Sub
Sub TATAL5()
X = Sheet5.[B65536].End(xlUp).Row
Y = Sheet2.[A65536].End(xlUp).Row
For M = 2 To X
If Not (Sheet5.Cells(M, 2) = "" Or Sheet5.Cells(M, 2) = " ") Then
Sheet2.Cells(Y + 1, 1) = Sheet5.Cells(M, 2)
Y = Y + 1
End If
Next
End Sub
Sub TATAL6()
X = Sheet6.[B65536].End(xlUp).Row
Y = Sheet2.[A65536].End(xlUp).Row
For M = 2 To X
If Not (Sheet6.Cells(M, 2) = "" Or Sheet6.Cells(M, 2) = " ") Then
Sheet2.Cells(Y + 1, 1) = Sheet6.Cells(M, 2)
Y = Y + 1
End If
Next
End Sub |
|