Can someone help me with a function that would evaluate the contents of a sheet, find any #NAME errors, and replace contents with " ' " + contents to show the value (rather than the error)?
Here's start, but it's more of an algorithm than functional code. Thoughts here?
Dim sh As Worksheet...