Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 103
Default Huge Number of Formulas

I am working in Excel 2007, although I don't think the problem is specific to
this. I have a workbook with about a 100 worksheets and 10's of thousands of
formulas. Basically, most but not all of the formulas are not calculating on
their own. I believe I have fixed this in the short term by using the
following sledgehammer when I am done with each worksheet.

Cells.Select
Cells.Replace What:="=", Replacement:="=", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False

This really slows things down. Is there a more elegant way to do this
either with macros, computer settings, Excel settings, or something else?
Eventually I will work to reduce the number of equations, but can't do this
in the near term. Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 471
Default Huge Number of Formulas

What does this "sledgehammer" do? I don't understand what you're doing.

"ZipCurs" wrote:

I am working in Excel 2007, although I don't think the problem is specific to
this. I have a workbook with about a 100 worksheets and 10's of thousands of
formulas. Basically, most but not all of the formulas are not calculating on
their own. I believe I have fixed this in the short term by using the
following sledgehammer when I am done with each worksheet.

Cells.Select
Cells.Replace What:="=", Replacement:="=", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False

This really slows things down. Is there a more elegant way to do this
either with macros, computer settings, Excel settings, or something else?
Eventually I will work to reduce the number of equations, but can't do this
in the near term. Thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 103
Default Huge Number of Formulas

Hello Mike,

I got the method from the Excel General Methods Discussion page.
Apparently, by doing the equivelent of rewriting the equation, it will
actually calculate. It is kind of stupid, but it works. Otherwise, about
1/3 of the equations don't calculate.

I hope that there is a better way.

"Mike H." wrote:

What does this "sledgehammer" do? I don't understand what you're doing.

"ZipCurs" wrote:

I am working in Excel 2007, although I don't think the problem is specific to
this. I have a workbook with about a 100 worksheets and 10's of thousands of
formulas. Basically, most but not all of the formulas are not calculating on
their own. I believe I have fixed this in the short term by using the
following sledgehammer when I am done with each worksheet.

Cells.Select
Cells.Replace What:="=", Replacement:="=", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False

This really slows things down. Is there a more elegant way to do this
either with macros, computer settings, Excel settings, or something else?
Eventually I will work to reduce the number of equations, but can't do this
in the near term. Thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Huge Number of Formulas

Is TOOLSOPTIONSCALCULATIONS Set to AUTOMATIC ?


"ZipCurs" wrote in message
...
I am working in Excel 2007, although I don't think the problem is specific
to
this. I have a workbook with about a 100 worksheets and 10's of thousands
of
formulas. Basically, most but not all of the formulas are not calculating
on
their own. I believe I have fixed this in the short term by using the
following sledgehammer when I am done with each worksheet.

Cells.Select
Cells.Replace What:="=", Replacement:="=", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False

This really slows things down. Is there a more elegant way to do this
either with macros, computer settings, Excel settings, or something else?
Eventually I will work to reduce the number of equations, but can't do
this
in the near term. Thanks in advance.



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 do I remove/edit a huge page number in the middle of a workshe dns324 Excel Discussion (Misc queries) 3 June 2nd 09 03:30 PM
use the number in one cell for different formulas RlR Excel Worksheet Functions 2 August 22nd 07 03:40 AM
A Huge Thank You! Zani Excel Programming 0 March 3rd 06 12:41 AM
huge huge excel file... why? Josh Excel Discussion (Misc queries) 12 February 9th 06 09:55 PM
I need to protect cells that contain formulas but on a huge scale. BR Excel Worksheet Functions 1 September 27th 05 11:34 PM


All times are GMT +1. The time now is 05:13 PM.

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

About Us

"It's about Microsoft Excel"