Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- XLDennis, the MSDN Library, and VBA rant
- Latex Maths Text in Excel
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Cubic Splines
- Using LINEST for non-linear curve fitting
- Filling Blanks with Go To-Special (and local help rant)
- Retrieving unique values from a range or array ...
- Frame Analysis with Excel
- Beam actions and deflections by Macaulay's Method
- The angle between two vectors, Python version
Recent Comments
Tag Archives: UDF
Concrete ULS spreadsheet update-2
The concrete ULS design spreadsheet last posted at: Concrete ULS spreadsheet update has been updated to fix a problem encountered with non-symmetrical reinforcement using the Eurocode 2 rectangular stress block. Download from ULS Design Functions. Typical input and output interaction diagram are … Continue reading
Posted in Beam Bending, Concrete, Excel, Newton, UDFs, VBA
Tagged Eurocode 2, Excel, Prestressed Concrete Design, Reinforced concrete design, UDF, ULS Design Functions, VBA
11 Comments
Concrete ULS spreadsheet update
The ULS Design Functions spreadsheet has been updated with the addition of provision for the Eurocode 2 rectangular stress block. The new spreadsheet can be downloaded from: ULS Design Functions.zip (including full open-source code). For more details see: ULS Analysis … Continue reading
Posted in Concrete, Excel, Newton, UDFs, VBA
Tagged Concrete section, Excel, Prestressed concrete, Reinforced Concrete, UDF, ULS design, VBA
10 Comments
Using Index() as an array function
As promised, this post looks at using the Excel built in Index() function to operate on arrays; it also provides a VBA user defined function (UDF), VBIndex, which simplifies working with arrays within VBA, and also provides improved functionality when … Continue reading
Using RC Design Functions – 3
In the previous post in this series I looked at the results available from the EStress function in the RC Design Functions spreadsheet. Three associated functions are: EstressCap PLCurve TStiff EStressCap finds the maximum bending moment for a specified axial load, … Continue reading
Using RC Design Functions – 2
In the previous post we looked at a summary of the functions in the RC Design Functions spreadsheet, and ways of using the EStress function (download file with examples). In this post we will look in more detail at the … Continue reading