A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I knew it. In 90% of all cases are merged cells the reason why a code fails. :-)
The solution is to search for all formulas in the sheet, then check each location if there is a merged cell, if so use the MergeArea property and convert the formula using .Value = .Value
Do you need help to write the code for that?
Andreas.