Have a workbook called WB_A (Active workbook) and a workbook: WB_B
Want to copy sheet1 (A1:currentregion) from WB_B to WB_A.
The sheet should be inserted:
If one of the sheets in WB_A is called TB* (*meaning any other character) it should be overwritten, and copied in from cell A1.
If there is...