Hello,
I have a workbook with 3 sheets, I am trying to copy the first 2 sheets to a new workbook without formulas. Each sheet needs a set range, which is different, can I combine these 2 Macros together?
Sub JointingTracker()
Sheets("jointing Tracker").Copy
Range("A1:P70").Copy...