I am trying to create some VBA code that will do the following:
- Take worksheets 2 and 3 from a number of different workbooks (all in the same folder) and put them into a new workbook.
- Worksheet 2 has the same name in each of the different workbooks so I want the VBA to also change the name of the new worksheet to a cell reference from the original worksheet (in this case cell A6)
- Worksheet 3 has the same name in each of the different workbooks so I want the VBA to also change the name of this new worksheet to the same cell reference (A6), combined with the text "ph"
Any help would be gratefully received
Rob