I have an application that uses Evaluate.
Calcit = "Y794 + Y873 + Y907 + Y946 + Y980 + Y1042 + Y526 + Y567 . . ."
FinalNum= Worksheet(Name).Evaluate (Calcit)
I am finding that Evaluate will not sum more than 32 cells arranged as above. Is this the case and if so is there a way around it?
Thanks,
Jim
Calcit = "Y794 + Y873 + Y907 + Y946 + Y980 + Y1042 + Y526 + Y567 . . ."
FinalNum= Worksheet(Name).Evaluate (Calcit)
I am finding that Evaluate will not sum more than 32 cells arranged as above. Is this the case and if so is there a way around it?
Thanks,
Jim