摘要: Sub 合并工作簿() Dim my_path, my_file As String Dim ws As Worksheet Dim wb As Workbook Dim twb As Workbook Set twb = ThisWorkbook '设置twb 为当前代码所在工作簿 my_path = "C:\Users\queqiaoshui\Desktop\excel\" & "*... 阅读全文
posted @ 2019-01-15 10:36 queqiaoshui 阅读(305) 评论(0) 推荐(0)