Bart Aimar wrote: [...]
sFormula = "=SOMMA(" & sCol & lrowI & ":" & sCol & lrowE & ")" oCell.formulalocal = sFormula end sub
Ciao Bart,
io userei sempre il nome inglese delle funzioni:
sFormula = "=SUM(" & sCol & lrowI & ":" & sCol & lrowE & ")"
oCell.formula = sFormula
--
MC
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
