View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mdalamers via OfficeKB.com mdalamers via OfficeKB.com is offline
external usenet poster
 
Posts: 7
Default Parameters of SUMIF in VBA

Please help me.

I try to run a SUMIF worksheet function from my VBA code.
Basically this is the troublesome line.

MsgBox Application.WorksheetFunction.SumIf("$E$1:$E$226", "0", "$N$1:$N$224")


When I run it, Excel gives me a compile error, type mismatch, highlighted on:
"$E$1:$E$226"

What am I doing wrong?

Regards,

Michiel.

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200703/1