The edited code I provided you above should work for that, basically all I did was use variables to reference the workbooks.
So I set whatever workbook you currently have open to the variable Master WB. Using this code:
and the workbook that the user selects to open to the variable OpenedWB with this code:
So after those two lines of code, anytime you see the variable Master WB, it is referencing the first/original workbook you had open. And anytime you see the OpenedWB variable it is referencing the user selected workbook opened.
Bookmarks