Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
I've been having trouble using code to write an array formula to a cell. I get the msg "Unable to set the FormulaArray property of the Range class" after the following code: str1 = "ugly formula goes here ..... 300+ characters later" ActiveSheet.Range("H8").FormulaArray = str1 Now, if I manually enter the array formula in cell H8, it works well. If I use .Formula instead of .FormulaArray, it also works after I use <ctrl<shift<enter. I suspect their may be a limit on formula size when using .FormulaArray, but I can't find this in the excel help. (actually, there's lots I can't find here) Is there a way to work around this apparent limiltation in FormulaArray? Thanks Bri |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using FormulaArray in VBA | Excel Programming | |||
Copy FormulaArray | Excel Programming | |||
FormulaArray | Excel Worksheet Functions | |||
FormulaArray..... HELP !!! | Excel Programming | |||
FormulaArray | Excel Programming |