Does anyone know how to determine if there is any cell in a sheet that links (feeds into) another sheet within the same workbook? i.e. I want to delete Sheet1, but don't know if any other sheet in the workbook is linked to any cell in Sheet1. I know I could do it manually (save workbook - delete Sheet1 - check to see if there are any REF errors anywhere else), but want to know if there is a built-in function.
If there is no built in function, does anyone have a macro that does this? Essentially, the macro would go through every cell in the sheet and check trace dependents.
If there is no built in function, does anyone have a macro that does this? Essentially, the macro would go through every cell in the sheet and check trace dependents.