Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- Cubic Splines
- Using LinEst() on data with gaps
- Continuous Beams With Spring Supports by Macaulay’s Method
- ULS Design Functions 2.13
- About Newton Excel Bach
- Intersections, interpolations, and rotations
- Buckling of columns with varying cross section
- Fitting high order polynomials
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
Recent Comments
Tag Archives: array functions
Re-sizing Array Functions
The recent updates to the ConBeamU spreadsheet contained two new functions for entering and re-sizing array functions, and since they will be useful on any spreadsheet containing array functions (which here means almost all of them) I thought they deserved … Continue reading
Posted in Arrays, Excel, UDFs, VBA
Tagged array functions, CSpline2, Cubic Spline functions, Excel, re-size arrays, UDF, VBA
4 Comments
Working with array functions
Regular visitors will know that I make frequent use of User Defined Functions that return an array of data, and need to be entered as an array function. This has the advantages that the functions are very flexible in the … Continue reading
Posted in Arrays, Excel, UDFs, VBA
Tagged array functions, Excel, re-size arrays, UDF, VBA
Leave a comment
Writing an array function from VBA
I have covered the topic of writing VBA arrays to a spreadsheet range quite frequently here. As a reminder, the procedure is: ReDim myarray(1 To NumArrayRows, 1 To NumArrayColumns) ‘ Fill array With Range(“MyNamedRange”) .ClearContents .Resize(NumArrayRows, NumArrayColumns).Name = “MyNamedRange” End … Continue reading
Using Excel’s shortest functions
Happy New Year to everyone. I’ve been busy working on a 3D version of my frame analysis program (which will be published in the not too distant future), but as things have been a bit quiet here recently, here are … Continue reading
Posted in Arrays, Excel
Tagged array functions, Bacon Bits, Excel functions, N() function, T() function
26 Comments