Tooflychicken
New Member
- Joined
- Oct 1, 2019
- Messages
- 1
I'm trying to write a VBA that will concatenate the same cell across a whole folder of workbooks.
Each workbook in the file is the same, just a different topic. I have 15 different workbooks, for example I have Lion, Tiger, and Panther. In sheet 3 column D of each of these books I have some text.
I want Cat, my master book, to combine the text for each workbook in column D.
So Cat's Sheet 3 D4 will Concatenate Lion's sheet 3 D4, Tigers sheer 3 D4, and Panthers sheet 3 D4.
I would want to do this across all of sheet 3 column D (from D3 - D40), but I don't need any other column of any other sheet.
I hardly know where to start!! I'd love help, assistance, resources, or bits of code that you might find useful!!
Each workbook in the file is the same, just a different topic. I have 15 different workbooks, for example I have Lion, Tiger, and Panther. In sheet 3 column D of each of these books I have some text.
I want Cat, my master book, to combine the text for each workbook in column D.
So Cat's Sheet 3 D4 will Concatenate Lion's sheet 3 D4, Tigers sheer 3 D4, and Panthers sheet 3 D4.
I would want to do this across all of sheet 3 column D (from D3 - D40), but I don't need any other column of any other sheet.
I hardly know where to start!! I'd love help, assistance, resources, or bits of code that you might find useful!!