How to Combine 3 strings from 2 workbooks

satish78

Board Regular
Joined
Aug 31, 2014
Messages
218
Hi Friends,

I did check other posts on Mrexcel forum but did not find suitable to my needs.
Right now I am doing this manually.
I have Name folder with workbooks names like names1(ColumnA:Adata), names2(ColumnA:A data) and so on. And another workbook on desktop with name Strings(with data in ColumnA1 and ColumnB1).
I need to combine ColumnA1(stringsworkbook) and ColumnA:A(names1) and ColumnB1(Stringsworkbook).
I need to do this for all workbooks in that Names folder and output results in Namesoutput folder
Note: &qs=&format=rss&count=50 in this string, ending number does not change.

Workbooks and sample final out attached to look into.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Show pictures of what you're starting with, and what the final output should look like.
 
Upvote 0
I have attached sample input and output files
 
Upvote 0
So, the process is just concatenation. But you want it done for all workbooks in a folder ... that is a VBA question ... what have you tried? What have you researched?
 
Upvote 0
I did search forum but did not find suitable one to my need.
Yes, for all workbooks in a folder.
I been doing it manually taking countless hours.
Yes, I want to approach with VBA.
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,276
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top