View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
andym andym is offline
external usenet poster
 
Posts: 22
Default Array Formula cell via Excel VBA

Dear All,

I know that we can add a formula to a cell in VBA by:

Range(myRange).Formula = "=SUM(iRange)"

....but can anybody help me with an Array Formula? ... eg.. something
like

Range(myRange).Formula = "{=SUM((...)=...)*(....))}"

This obviously doesn't work... but is there a solution?

Regards,

andym