would this module good to get formula from another worksheet or even from
another workbook?
--
"Bright minds are blessed to those who share them.."-rsb.
:
Hi Romelsb,
Would this link be helpful ?
http://www.mvps.org/dmcritchie/excel/formula.htm
giving the code for GetFormula as a User Defined Function.
This may be entered via Tools, Macro, Visual Basic Editor, Insert Module.
Function GetFormula(Cell as Range) as String
GetFormula = Cell.Formula
End Function
Regards
Anthony
:
Can someone please explain how to setup GETFORMULA() in EXCEL 2003? thanks...