Thread: function help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike VB Mike VB is offline
external usenet poster
 
Posts: 2
Default function help

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