2,503
社区成员




Sub Macro1()
'
' Macro1 Macro
' 宏由 微软用户 录制,时间: 2011-11-15
'
'
Sheets("Sheet1").Select
Sheets("Sheet1").Copy After:=Workbooks("新建 Microsoft Excel 工作表 (2).xls"). _
Sheets(3)
Windows("新建 Microsoft Excel 工作表.xls").Activate
End Sub