Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am attempting to replace the text contained in a cell formula with text
specified in the another cell. For example, the formulae contained in Cells D & row referenced in cell A700) which currently reads "Feb-08" and I wish to replace the portion of the formula containing "Feb-08" with the text contained in Cell B & row referenced by Cell BXXX) where cell A700 contains a row number. Here is my VBA code: .Range("D" & .Range("A700") & ":AZ" & .Range("A700")).Select Selection.Replace What:="Dec-08", Replacement:= .Range("B" & ..Range("A700"), LookAt:=xlPart, _ SearchOrder:=xlByRows, MatchCase:=False In summary, where the value of Cell A700 is 650, I wish to replace the values "Dec-08" in the formula of row 650 with the value contained in Cell B650 (which currently reads "Mar-09". |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add If formula in macro (replace cell text value with numeric valu | Excel Discussion (Misc queries) | |||
Can a cell defined by a formula become an exportable numeric valu. | Excel Worksheet Functions | |||
How do I replace text within a formula with a diff cell value? | Excel Worksheet Functions | |||
can conditional formatting on one cell value to another cell valu | Excel Worksheet Functions | |||
I want to chage a whole rows text color based on single cell valu. | Excel Worksheet Functions |