Steam Tracing Spreadsheet (Excel 2007 edition)
Pipe Sizing Tool (Excel 2007 edition)
In case some of you have other spreadsheets, here is an example of the types of changes that we've had to make.
Valid code for previous versions of MS Excel:
CODE
SolverOK SetCell:="$P$148", MaxMinVal:=2, ValueOf:="0", ByChange:=_ "$O$144,$O$145,$K$150,$K$182"
SolverSolve True
SolverSolve True
Replacement code for MS Excel 2007:
CODE
Application.Run "solver.xlam!solverok", "$P$148", "2", "0", "$O$144,$O$145,$K$150,$K$182"
Application.Run "solver.xlam!solversolve", True
Application.Run "solver.xlam!solversolve", True
I hope this information is helpful. The new versions have also been posted on the pages where the tools were first introduced on the site.