Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Improving Calculations with the Excel Dependency Tree/Table

We have a large 5MB Excel Workbook consisting of 58 Worksheets and many VBA modules. We use many methods of improving the performance of this worksbook like:
1.) Empty Excel Temporary Directory
2.) Control Calculations on non-essential worksheets
3.) Optimize sequence of worksheets to minimize backward references
4.) Compile VBA into DLLs for computational efficiency
5.) Disable Excel's screen updates until computations are done

QUESTION: Does anybody know how to visualize the Excel Dependency Tree used by the calculation engine? We would like to look at this to determine if there are other efficiencies/errors we can fix to make the workbook more responsive to the users interaction.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default Improving Calculations with the Excel Dependency Tree/Table

You can use the Auditing toolbar to make the dpendency tree visible cell by
cell. The problem with any visualisation of the dependency tree in a large
woorkbook is that there are too many branches/lines to be able to see
anything.

Why dont you analyse the workbook calculation time to find out where the
bottlenecks are?

regards
Charles
______________________
Decision Models
The Excel Calculation Site.
www.DecisionModels.com

"MachAngle" wrote in message
...
We have a large 5MB Excel Workbook consisting of 58 Worksheets and many

VBA modules. We use many methods of improving the performance of this
worksbook like:
1.) Empty Excel Temporary Directory
2.) Control Calculations on non-essential worksheets
3.) Optimize sequence of worksheets to minimize backward references
4.) Compile VBA into DLLs for computational efficiency
5.) Disable Excel's screen updates until computations are done

QUESTION: Does anybody know how to visualize the Excel Dependency Tree

used by the calculation engine? We would like to look at this to determine
if there are other efficiencies/errors we can fix to make the workbook more
responsive to the users interaction.


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
Calculation speed optimisation - Links and Dependency Tree Alan Excel Discussion (Misc queries) 0 March 5th 08 03:18 AM
Calculation speed optimisation - Links and Dependency Tree Alan Excel Worksheet Functions 0 March 5th 08 03:18 AM
Calculation speed optimisation - Links and Dependency Tree Alan Links and Linking in Excel 0 March 5th 08 03:18 AM
Need to output the dependency tree for formulas Adhiza Excel Discussion (Misc queries) 0 October 13th 06 04:51 PM
How to make and ADT tree of a table Chief Excel Worksheet Functions 0 October 7th 06 06:26 PM


All times are GMT +1. The time now is 04:28 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"