Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an array formula that is 546 characters in length that I am trying to
place in a spreadsheet programmatically using the following syntax: ActiveCell.FormulaArray = strFormula But, this fails with the error: "Unable to set the formula array property of the range class" This method works with shorter formulas, is there a limit? If so, how do I work around this? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas assignment from array to range in VSTO Excel doesn't work | Excel Worksheet Functions | |||
entering as an array | Excel Discussion (Misc queries) | |||
Can array formulas work if rows are inserted? | Excel Worksheet Functions | |||
Entering Array Functions | Excel Discussion (Misc queries) | |||
entering individual array formulas with vba | Excel Programming |