Here are copies of the spreadsheet and accompanying PDF of the relevant pages from WBM, as downloaded by me in 2013:
There is a minor bug in the spreadsheet:
On the "Input Data" sheet, you can (optionally) change the "Relative Dmin/Dmax" values in cells K49 and L49. If you do, you won't get the expected effect. This is because the difference between these two values (the wanted range) should be used in a few places, but isn't; instead, the constant 1.2 is.
On the "Curve <N>" pages, there are formulas in cells K49 and L49 to calculate "N", and they are, respectively, "=(2.1-(1.2/K48))/0.3" and "=(2.1-(1.2/L48))/0.3". Those "1.2" constants shouldn't be; they should be the calculated difference between the abolute Dmin/Dmax in K43 and K44, so, "=(2.1-(($K44-$K43)/K48))/0.3" and "=(2.1-(($K44-$K43)/L48))/0.3".
On the "Summary" page, the constant 1.2 is again used in cells P33 to P37. Here, the range end points aren't readily available on the page, so replace "1.2" with "($'Input Data'.$L$49-$'Input Data'.$K$49)"
I've changed this in my working copy, but not in the one linked to above; that one is as distributed by Ralph Lambrecht.