How to SUM

  • Thread starter Thread starter Gordon Humphreys
  • Start date Start date
G

Gordon Humphreys

Still struggling with converting Excel 4 macros. In the old system

=IF(SUM(testarea)>4 (testarea being named on the worksheet)
=FORMULA(“A”)
=END.IF()
worked fine.


What is the VB equivalent ? I can't find SUM in VB
 
Back
Top