Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to use the formula below to replace the text in a formula
with the info from a variable. Dim strg As String strg = Range("D4").Text Range("C7").Select ActiveCell.Replace What:="Master Sample Data Form", Replacement:= _ "& strg &", LookAt:=xlPart, SearchOrder:=xlByColumns, MatchCase:= _ False, SearchFormat:=False, ReplaceFormat:=False In short it doesn't work, it places & strg & in the formual instead of the variable information. I've also tried "strg" and strg (without quotes) and non work. Does any one know how you might be able to replace text in a formula with variable information? Thanks! Mike, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I replace a ' at the beginning of a text cell using Replace | Excel Discussion (Misc queries) | |||
3 variable find and replace | Excel Discussion (Misc queries) | |||
find and replace - replace data in rows to separated by commas | Excel Worksheet Functions | |||
Replace variable row number in formulas | Excel Discussion (Misc queries) | |||
Replace worksheet name with a variable | Excel Programming |