When attempting to save a Excel 2007 document I get an error saying,
"A formula or sheet you want to move or copy contains the name <...> which already exists on the destination worksheet."
|
When attempting to save a Excel 2007 document I get an error saying, "A formula or sheet you want to move or copy contains the name <...> which already exists on the destination worksheet." | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Solution: Named Ranges can be hidden. To remove these named ranges, and thus solve the problem, save the document as an XML Workbook, remove the text lines which create the named ranges, then open the XML file, and save as an XSLX file. | |||
|
feedback
|