¤j¤j, §Ú¼g¤F¤@¬qCODE, ·Q¥Ñ¬¡¶³¡¤º²Ä7±i¤u§@ªí¤Î¤§«áªº¤u§@ªí,¥t¦s·sÀÉ, ¦ý¥¢±Ñ, ¥i§_½ç±Ð?- Sub sheetsavefile2()
- 'xxxxxxxxxxxxxxxxxxxx
- Application.ScreenUpdating = False
- Dim a As Integer
- For a = 7 To Sheets.Count
-
- For Each sh In Worksheets
-
- sh.Copy
-
- ActiveWorkbook.SaveAs Filename:=ThisWorkbook.Path & "\" & sh.Name & ".xlsx"
- Workbooks(sh.Name & ".xlsx").Close True
-
- Next
-
- Next a
-
- Application.ScreenUpdating = True
- MsgBox ("¤w§¹¦¨¥t¦sÓ§OÀÉ®×")
- End Sub
½Æ»s¥N½X |