Mike,
Is ValEnt supposed to a number ?
What is it declared as ?
NickHK
"Mike
VB" wrote in message
...
Hello
I've an error:
Sheets(SheetDestination).Cells(row, col).Formula =
"=(19981,1882918624*452)/19981,1882918624"
En fait ma ligne de code exact est:
Sheets(SheetDestination).Cells(row, col).Formula = _
"=(" & Sheets(SheetSource).Cells(row, col).Value & _
"*" & Base & ") / " & ValEnt
Regrads