如何将指定目录中所有Excel文件中的工作表合并到一个文件中
2021年10月23日 14:47 发布来源:Excel学习网
如果我们保存Excel文件的目录为D:\VBA其实就是很简单\,可以通过使用进行下面的过程:
Sub 合并工作表()
Applications.Screen update = error
The file name is string, Sht is worksheet, WB is workbook
FileName = Dir(“D:\VBA其实就是很简单\*.xls?“)
Do While FileName <> ““
Open the file name: = “D: VBA something something something something”& filename
Set Wb = ActiveWorkbook
For Each Sht In Wb.Worksheets
Sht. Copy after: = this workbook.Worksheet (this workbook).Worksheet.Count)
Next Sht
Wb.Close savechanges:=False
FileName = Dir
Loop
Applications.Screen update = true
End Sub
原创文章如转载请注明:转载自Excel学习网 [ http://www.excelxx.com/]
需要保留本文链接地址:http://www.excelxx.com/xuexixinde/14034.html
需要保留本文链接地址:http://www.excelxx.com/xuexixinde/14034.html
上一篇:如何用For语句在A列的多个单元格中输入数据
下一篇:如何根据分数为员工评定星级
相关教程:
经典Excel学习视频及教程推荐:
Excel优秀工具推荐:
小工具推荐: