View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Array formulas into VB programming

Range("A1").formulaArray = "=SUM(IF(DAT2=""WA"",ABS(DAT8),0))"

would be the correction.

--
Regards,
Tom Ogilvy


"Alan Beban" wrote in message
...
There's a typographically erroneous extraneous "{ in the formula.

Alan Beban

Tom Ogilvy wrote:
Range("A1").formulaArray = ""{=SUM(IF(DAT2=""WA"",ABS(DAT8),0))"