Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
2003
ActiveCell.Formula is =ROUND('1106'!C160,0) I am attempting to remove "Round(" then in a second step remove or truncate the ",0)". What I am after is the sheet and cell reference without the round function in the mix. The challenge is that: CellRef = Replace(ActiveCell.Formula, "Round(", "") does not replace "Round(". my guess is that XL does not want to remove "Round" as a function or Replace only works for one character? CellRef = Replace(ActiveCell.Formula, "R", "") works fine. What is the issue that I am missing and/or what is the best solution? TIA EagleOne |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ... | Excel Programming | |||
Can you replace "TRUE" with " " in an exact formula? | Excel Worksheet Functions |