Move Data from one workbook to another
Closed
Abu Tahar
Niv.2
- Posts
- 1
- Registration date
- Wednesday January 1, 2014
- Status
- Member
- Last seen
- January 1, 2014
Niv.2
- Posts
- 1
- Registration date
- Tuesday March 11, 2014
- Status
- Member
- Last seen
- March 11, 2014
Related:
- Macro to copy data from one workbook to another based on criteria
- Copy a row from one worksheet to another, based on criteria ✓ - Forum - Excel
- Copy data from one workbook to another vba - Guide
- Copy data from one workbook to another vba without opening ✓ - Forum - Excel
- Macro to copy data to new workbooks based on condition - Forum - Excel
- How to transfer data from one workbook to another in excel - Guide
2 replies
venkat1926
Jan 1, 2014 at 11:01 PM
- Posts
- 1864
- Registration date
- Sunday June 14, 2009
- Status
- Contributor
- Last seen
- August 7, 2021
Jan 1, 2014 at 11:01 PM
Is the other workbook blank?
in that case why not save the first file in the name of second book.
regarding formats depends upon what you want.
this is only a wild suggestion.
in that case why not save the first file in the name of second book.
regarding formats depends upon what you want.
this is only a wild suggestion.
Niv.2
Mar 11, 2014 at 06:52 PM
- Posts
- 1
- Registration date
- Tuesday March 11, 2014
- Status
- Member
- Last seen
- March 11, 2014
Mar 11, 2014 at 06:52 PM
I have the same issue. The 2nd workbook is a template into which data should be pasted. Like column A data of 1st workbook should be pasted in column D of 2nd workbook, columnB in 1st to column N in 2nd...etc Which is the best way to solve this?