Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 100 Bytes

cellformula.md

File metadata and controls

5 lines (5 loc) · 100 Bytes
Function CellFormula(Rng As Range) As String
    CellFormula = Rng.Formula
End Function