Hello, I have some formulas in a cells, but some these due to formula, receive this "#¡VALOR!", and I want to replace this "value" with "", I s this possible?, if so, how can I Do it. I made this macro, but can raplace any string, but with "#¡VALOR!" DON'T WORKS. the code is this:
' Replace
Cells.Select
Selection.Replace What:="#¡VALOR!", Replacement:="", LookAt:=x1Part, _
_
SearchOrder:=x1ByRaws, MathCase:=False, SearchFormat:=False,_
ReplaceFormat:=False
Thanks in advance for the help
' Replace
Cells.Select
Selection.Replace What:="#¡VALOR!", Replacement:="", LookAt:=x1Part, _
_
SearchOrder:=x1ByRaws, MathCase:=False, SearchFormat:=False,_
ReplaceFormat:=False
Thanks in advance for the help