Hi all,
I have the following array formula:
{=MIN(IF(AX11:BE11=0,"",AX11:BE11))}
which works fine if entered by hand.
But if I use the following:
Range(Cells(11, 58), Cells(CalcLR, 58)).FormulaArray = "=MIN(IF(AX11:BE11=0,"",AX11:BE11))"
I get the errror: " Unable to set the Formula array property of the Range class"
I know the range is set correctly. Can anyone help?
Thanks,Nigel
I have the following array formula:
{=MIN(IF(AX11:BE11=0,"",AX11:BE11))}
which works fine if entered by hand.
But if I use the following:
Range(Cells(11, 58), Cells(CalcLR, 58)).FormulaArray = "=MIN(IF(AX11:BE11=0,"",AX11:BE11))"
I get the errror: " Unable to set the Formula array property of the Range class"
I know the range is set correctly. Can anyone help?
Thanks,Nigel