I am trying to issue formula fixes in an Excel workbook to multiple users. The fixes include formula references to different sheets in this workbook. I want to copy the fix formula from my workbook to the user’s workbook and have the formula reference the sheet with the same name in their own workbook. Currently, when the formulas are copied they want to append my filename to the sheet reference.
(e.g. The formula should be (A1*’Table of Variables’!$B$2). When this is copied to the new workbook it will be (A1*'[My Workbook.xls]Table of Variables’!$B$2). It does this with and without the absolute reference.
Thanks.