
How do you merge Excel workbooks thru VB
The MergeWorkBook Method adds changes from a workbook into another open one.
If you want to take 3 workbooks and turn them into one workbook, you'll
probably want to open each workbook and get the usedrange into a range
object and then add the 3 range objects to the new book.
Search the Microsoft.public.excel.programming groups archive for more info.
There are many examples of doing this.
I'd also check out http://j-walk.com/ss/excel/index.htm This site has
excellent programmers resources for Excel.
HTH
Matt
Quote:
> What I have tried is the MergeWorkbook mehtod.
> >-----Original Message-----
> >What have you tried? What version of excel are you using?
> >> I have three workbooks that I want to merge into one. So
> >> far, I haven't had any luck anything I've tried. Any
> >> suggestions?
> >.