Hi, I have a excel sheet with several columns with formulas in the cells. In some of the cells the message "#SAKNAS!" appears, I want to replace the value with "0". I tried the following code but it does not work.
Cells.Replace What:="#SAKNAS!", Replacement:="0", LookAt:=xlPart, _...