G
Guest
I have a problem
This is not working: ws.Cells(3, 2).Formula = "=SUMIF(B2:B7,B19,D2
7)"
But this is working: ws.Cells(3, 2).Formula = "SUMIF(B2:B7,B19,D2
7)"
The only difference is the "=" sign.
Can anyone help me?
I have a Norvegian Excel installation , and the Norwegian syntax is:
ws.Cells(3, 2).Formula = "=SUMMERHVIS(B2:B7;B19;D2
7)"
but it is not working
___________
Regards
JaydDe
This is not working: ws.Cells(3, 2).Formula = "=SUMIF(B2:B7,B19,D2
7)"But this is working: ws.Cells(3, 2).Formula = "SUMIF(B2:B7,B19,D2
7)"The only difference is the "=" sign.
Can anyone help me?
I have a Norvegian Excel installation , and the Norwegian syntax is:
ws.Cells(3, 2).Formula = "=SUMMERHVIS(B2:B7;B19;D2
7)"but it is not working
___________
Regards
JaydDe