getFormula

Function getFormula(Cell As Range) As String
   getFormula = Cell.Formula
End Function