- ©«¤l
- 1018
- ¥DÃD
- 15
- ºëµØ
- 0
- ¿n¤À
- 1058
- ÂI¦W
- 0
- §@·~¨t²Î
- win7 32bit
- ³nÅ骩¥»
- Office 2016 64-bit
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ®ç¶é
- µù¥U®É¶¡
- 2012-5-9
- ³Ì«áµn¿ý
- 2022-9-28
|
¥»©«³Ì«á¥Ñ stillfish00 ©ó 2013-11-16 00:00 ½s¿è
¦^´_ 1# oao
¸Õ¸Õ¦³¨S¦³¤ñ¸û§Ö- Sub ³øªí()
- Dim x As Long
- Dim Thesou As String
- Thesou = ThisWorkbook.Path & "\³øªí½d¥».xlsx" '½d¥»¥u§t¤@Ó¤u§@ªí
-
- Application.ScreenUpdating = False
- With Sheets("Shall")
- For x = .[A1].End(xlDown).Row To 2 Step -1
- Sheets.Add(After:=Sheets(1), Type:=Thesou).Name = .Cells(x, 1) & .Cells(x, 2)
- Next
- End With
- Application.ScreenUpdating = True
- End Sub
½Æ»s¥N½X |
|