[code]Sub getnewbook()
Application.DisplayAlerts = False
With Sheets("樣板")
.Copy
With ActiveWorkbook
.ActiveSheet.Columns("A:K").Clear
.SaveAs "E:\1234.xls"
End With
Application.DisplayAlerts = True
End With
End Sub
[attach]2517[/attach]作者: luhpro 時間: 2010-8-21 13:49