Hi,
I am trying to merge multiple workbooks in one workbook on one worksheet using some vba.
Thanks if you.
cheers
GB
I am trying to merge multiple workbooks in one workbook on one worksheet using some vba.
- All workbooks that I want to merge together are in the same file directory.
- All workbooks have multiple worksheets, but I am only interested in merging the worksheets named "abc".
- I want the data from each worksheet (named "abc") from each workbook to be pasted below each other. For example workbook 1 will fill up the range A1:D10, workbook 2 will start from cell A11 and so on until all data has been bought together.
Thanks if you.
cheers
GB