pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
Hi, I need help with Vba to combine Worksheets from 2 different workbooks:
From Book1.xlsm, i need sheets("Data") and sheets("Summary")
Summary sheet has formulas calculated using Data sheet.
Likewise from Book2.xlsm i need sheets("Daily Expenses") and sheets("Daily Incomes") and sheets("T_Summary")
I want to club this 5 worksheets by creating new workbook called CombinedWb.xlsm.
Thanks in advance for helping!
From Book1.xlsm, i need sheets("Data") and sheets("Summary")
Summary sheet has formulas calculated using Data sheet.
Likewise from Book2.xlsm i need sheets("Daily Expenses") and sheets("Daily Incomes") and sheets("T_Summary")
I want to club this 5 worksheets by creating new workbook called CombinedWb.xlsm.
Thanks in advance for helping!