A
Arkansas Lady
I am creating an Excel spreadsheet throught VBA. I have a formula that has
to add up many different lines. I store the formula into a string variable.
However, the string has almost 1,200 characters in it. When I go to post the
formula into the spreadsheet, I get a Run-Time Error '7' Out of Memory. This
has been working until a reached a large amount of data. Is there a way to
expand the memory? I can not use the sum formula.
Arkansas Lady
to add up many different lines. I store the formula into a string variable.
However, the string has almost 1,200 characters in it. When I go to post the
formula into the spreadsheet, I get a Run-Time Error '7' Out of Memory. This
has been working until a reached a large amount of data. Is there a way to
expand the memory? I can not use the sum formula.
Arkansas Lady