programatically entering a CSE formula
With Sheet1
.Range("A10:C70").FormulaArray = "=SUM(LARGE((" .... etc...
"
End With
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"dorre" wrote in message
...
hi folks
What is the correct way to enter a CSE formula into a range of cells?
With Sheet1
.Range("A10:C70").Formula = "=SUM(lARGE((" .... etc... "
End With
This works for non-CSE formulas, but how do I enter CSE ones?
much thanks
Dorre
|