Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Error '7' Run out of memory while filling in a cell with a formula

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to minimize the formula cell memory? Eric Excel Worksheet Functions 0 December 16th 07 03:57 PM
Filling a formula down-need correct cell reference NeedExcelHelp07 Excel Worksheet Functions 13 October 31st 07 06:43 PM
How to measure how much cell formula memory to be used? Eric Excel Discussion (Misc queries) 2 October 27th 07 03:14 AM
Automatically filling in a formula in a cell Don Excel Discussion (Misc queries) 7 October 22nd 07 09:37 PM
How to save the cell formula memory on worksheet? Eric Excel Discussion (Misc queries) 0 October 12th 07 10:13 AM


All times are GMT +1. The time now is 11:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"