贴出你写的代码,如果是下面的代码,红色的地方请注意
Dim mg As New Merger
mg.SourcePath = "D:\\物料信息.xls"
mg.Format = "excel" \'指定格式
mg.SourceTableName = "物料信息$" \'指定要合并的表
mg.DataTableName = "物料信息表" \'指定接收数据的表
mg.Merge() \'开始合并
看2楼
1、你的excel表是否有 物料信息 一表;
2、要加上$
mg.SourcePath = "D:\\物料信息.xlsx"
mg.Format = "excel2007" \'指定格式