April 2006
Beginner
1114 pages
98h 16m
English
workbook.MergeWorkbook(Filename)
Merges one workbook with another. For example, the following code merges the current workbook with Test2.xls:
ThisWorkbook.MergeWorkbook ThisWorkbook.Path & "\Test2.xls"
Read now
Unlock full access