Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Alternative iterative solvers
- Latex Maths Text in Excel
- Weighted Least Squares Regression, using Excel, VBA, Alglib and Python
- Using LINEST for non-linear curve fitting
- Taming Symbols in Excel
- Automating chart scale limits - update
- Beam actions and deflections by Macaulay's Method
- 3D Frames, axes and stiffness matrices
- Frame Analysis with Excel
- Contour plots with Excel and Matplotlib
Recent Comments
Tag Archives: Loop
The speed of loops
Commenting on the Good Practice post, John Tolle pointed out that with a collection it was very much quicker to loop using a For each loop than iterating by index, using a for, next loop. I did some simple tests on this, … Continue reading