josefidalgo
Programmer
I try to introduce a cell from Excel to the following formula :
mf='=CONTAR.SE(k11:K'+transform(linha-2)+',"*")'
loWorkSheet.RANGE("k"+transform(linha)).select
loWorkSheet.RANGE("k"+transform(linha)).formula=[&mf]
but in cell appears #NAME ? why?
If select the cell and click F2 in Excel, already appears the result of the formula