Hi!
I would need some help with this case.
I am trying to replace "7;faux" for "8;faux" in an excel formula. I
have this code, but it only searchs in the cells, not the formulas.
Range("H258:H390").Select
Selection.Replace What:="7;faux", Replacement:="8;faux", _
LookAt:=xlPart, SearchOrder:=xlByRows, MatchCase:=False, _
SearchFormat:=False, ReplaceFormat:=False
Could anyone let me know how to made it search in the formulas instead
of the cells?
Thanks alot!
Melanie
---
Message posted from
http://www.ExcelForum.com/