Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use the following VBA
Function GetFormula(Cell as Range) as String GetFormula = Cell.Formula End Function When inserting =Getformula(A5) it actually returns the formula in writing like "=A3*B3" I would like to incoorparate the following Make the code working when using vlookup to select the cell =Getformula(Vlookup,A20,.......)) Retrun the actual working formula not the text, as I will have formula's in a lookup table using the ROW() refference the make thins working. Thanks, W:-) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regression Leverage Formula (Jerry W. Lewis or Mike Middleton)already have DFITS formula | Excel Worksheet Functions | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Formula expected end of statement error, typing formula into cell as part of VBA macro | Excel Programming | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |