I need to modify the code below to pull information from a different workbook altogether, the one below I have to pull from a different worksheet within the same workbook.
![]()
Please Login or Register to view this content.
I need to modify the code below to pull information from a different workbook altogether, the one below I have to pull from a different worksheet within the same workbook.
![]()
Please Login or Register to view this content.
Hi,
Attached is the macro to combine different workbooks into one. But if you want to pull data from multiple worksheets in one workbook to other, you need to add some code to this macro.
This macro pulls data from Sheet1 of all selected workbooks and merge into one worksheet of macro.
CombineWorkbooks.xls
Regards,
Paresh J
Click on "* Add Reputation" as a way to say thanks
Not exactly what I am looking for, I guess I needed to have explained it better.
I use data from "file A" to fill in for "file b"
I'd like to have a macro that moves data from cells in "file A" into other cells in "file B" selecting the row that holds all the information for the particular file, based column A which is our customer's purchase order numbers (could be any row) in "file A" and K3 which is also customer's purchase order number in "file B"
The information from column B in "file A" needs to go to column L in "file B"; E to T; F to U; O to AA; P to AB
Ideally I would type in the customer's purchase order number in "file B" cell K3, and the other information I need would be filled in from "file A" or could be that I type in the PO # and click a button to bring the data in.
The code I listed above moves from sheet to sheet based on the customer's purchase order #, within the same workbook, but I need it from one workbook to another. I keep running into bugs, and can't figure out my errors.
Thank you for your assistance.
Last edited by AWITCHER; 07-22-2014 at 01:42 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks