I need to delete sheets from a workbook w/o breaking formula references; is there a way to do this via code or settings?
feedback
|
migrated from stackoverflow.com Oct 21 '11 at 9:22
This question came from our site for professional and enthusiast programmers.
|
My free Mappit! addin available from http://www.experts-exchange.com/A_2613.html has as one of its outputs a map that shows worksheet relationships You could use this to detect where the potential issues from sheet deletion may arise
| |||||||||||
feedback
|
|
If you are hard coding to a specific sheet that would be impossible. Are you implying you would like the dependency to be shifted to another sheet? | |||
|
feedback
|
|
As stated above, cannot delete the sheet without breaking the reference. However here are some options depending on your circumstances:
| |||
|
feedback
|
