Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas are changing into values | Excel Discussion (Misc queries) | |||
changing formulas to their result values | Excel Discussion (Misc queries) | |||
Can't Stop Date Values from Changing to Formulas | Excel Worksheet Functions | |||
Changing Default Search in to Values Not Formulas in Excel | Excel Discussion (Misc queries) | |||
Changing values but not formulas | Excel Worksheet Functions |