Edit formulas of multiple workbooks to remove external references / change the reference to the local workbook
问题 I have copied a worksheet into a batch of workbooks (around 45). This worksheet contains formulas and references i.e. =Sheetname!A1 and =IF(Sheetname!A2=1, "this", "that"). However when the sheet has been copied, these formulas have become =[Original_Book.xlsm]Sheetname!$A$1 and =IF([Original_Book.xlsm]Sheetname!A2=1, "this", "that"). I'd like a way to remove all of the "[Original_Book.xlsm]" references so that the formulas become local again. Actual examples (the above being for illustrative