Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- About Newton Excel Bach
- Cubic Splines
- Downloads
- Writing Arrays to the worksheet - VBA function
- Daily Download 5: Frame Analysis
- Using Linest for non-linear curve fitting, examples, hints and warnings
- Deflections and Moments in Rectangular Plates
- Filling Blanks with Go To-Special (and local help rant)
Recent Comments
Tag Archives: randomise
Randomising a list
A list can be sorted into random order by inserting a list of random numbers in an adjacent column and sorting both columns on the random number column. A similar procedure can be carried out through a VBA subroutine, avoiding … Continue reading