Error setting Formula Array property for a Range
I am writing a series of macros that will sum details from multiple
worksheets onto a summary page. It seems to work find until it gets to a summary which includes 10 detail pages (lots more than the ones that work). I then get the error 1004 - Unable to set the FormulaArray property of the Range Class. When I cut and past the formula from the debugger into the spreadsheet, for the area selected by the vba macro, it works fine. How do I get it to work from the macro?
Thanks in advance,
Rosanne
p.s. the formula looks like this:
: strFormula : "= + '1.1.4.1'!W13:AH32 + '1.1.4.2'!W13:AH32 + '1.1.4.3'!W13:AH32 + '1.1.4.4'!W13:AH32 + '1.1.4.5'!W13:AH32 + '1.1.4.6'!W13:AH32 + '1.1.4.7'!W13:AH32 + '1.1.4.8'!W13:AH32 + '1.1.4.9'!W13:AH32 + '1.1.4.10'!W13:AH32"
|