Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
Recent Comments
Tag Archives: VBA
Linestgap with data in rows
In response to a comment I have modified the LinestGap function to work on data arranged in rows. This function works the same as the Excel built in LinEst function, but ignores any data that has a blank cell in the … Continue reading
Posted in Excel, UDFs, VBA
Tagged data in rows, data with gaps, Excel, Linest function, LinEstGap, UDF, VBA
11 Comments
Continuous Beam Analysis by Macaulay’s Method
The Macaulay spreadsheet now includes a ConBeam() function, analysing continuous beams with any number of segments of different stiffness, subject to any combination of distributed or point loads and moments. The spreadsheet also includes an example, together with output of … Continue reading
Posted in Beam Bending, Excel, Frame Analysis, Newton, UDFs, VBA
Tagged continuous beam analysis, Excel, Macauley's Method, UDF, VBA
8 Comments
Beam Fixed End Actions by Macaulay’s Method
Following the previous post examples have been added to the Macaulay Spreadsheet illustrating the use of the method to find fixed end moments and reactions for a beam fixed at one or both ends, and subject to any number of … Continue reading
Posted in Beam Bending, Excel, Frame Analysis, Newton, UDFs, VBA
Tagged Excel, Fixed End Moments, Macauley's Method, UDF, VBA
2 Comments
Beam actions and deflections by Macaulay’s Method
Macaulay’s Method is a convenient method of applying beam slope-deflection equations to find the shear forces, bending moments, slopes and deflections of a structural beam subject to complex load conditions, including partial varying distributed loads and point loads and moments. It … Continue reading
Posted in Beam Bending, Excel, Frame Analysis, Newton, Numerical integration, UDFs, VBA
Tagged Excel, Macaulay's Method, simply supported beam, UDF, VBA
15 Comments
IP2 Update, ByRef and ByVal
A recent comment pointed out that the IPPlaneLine function (intersection of a 3D line with a plane) in the IP2 spreadsheet was giving incorrect results. This has now been fixed, and the corrected spreadsheet can be downloaded from IP2.zip. The problem turned out … Continue reading