Hello,
I have a workbook with multiple sheets. Many of the cells have formulas like "=I3*[Other Book]Sheet1!H5+I4*[Dif Book]!Sheet2!D4+J3". Assuming that [Other Book]Sheet1!H5 = 3 and [Dif Book]!Sheet2!D4 = 2, I would like to make a macro that changes this to "=I3*3+I4*2+J3". It can be manually done by highlighting the external parts of the formula one by one and hitting F9, then saving the formula, but this would take forever.
Bookmarks