I have an excel template stored at some specified location like my Desktop and I want to save that file through VBA as per list of names which are in column B (B2:B100) of another workbook. So, to shorten this I want my Workbook1 to be stored at some specified location as per list of names stored in Workbook2 through VBA.
I tried to execute some code but it was saving the file in which the code was written instead of the file I want. I'm a complete novice in VBA. Any help is highly appreciated.