Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel help, under "specifications", it states that formulas are limited to 1024 characters.
-- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware "Eduard" wrote in message My idea is to write a formula in a cell that makes the addition of different cells that are not always in the same position. To do that I create a string where I store the information of the cells to be added in the relative reference like that: Data(n, 1, k) = "" & Data(n, 1, k) & "+R[" & i - lim - k & "]C" where i, lim and k are variables that give the position of the elements to be added. At the final stage I put all this info in a TOTAL cell like that: ActiveCell.FormulaR1C1 = "=" & Data(n, 1, k) & "" The system runs perfectly for small amount of additions, but when it should add more than 114 cells then the bug appears: error '7' run out of memory. Does it exist any solution? Or is it compulsary to split this addition? Thanks in advance for your time and do not hesitate to ask me further details if needed. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to minimize the formula cell memory? | Excel Worksheet Functions | |||
Filling a formula down-need correct cell reference | Excel Worksheet Functions | |||
How to measure how much cell formula memory to be used? | Excel Discussion (Misc queries) | |||
Automatically filling in a formula in a cell | Excel Discussion (Misc queries) | |||
How to save the cell formula memory on worksheet? | Excel Discussion (Misc queries) |