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.
Code:
Cells.Replace What:="#SAKNAS!", Replacement:="0", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False