Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- XLDennis, the MSDN Library, and VBA rant
- Cubic Splines
- Contour plots with Excel and Matplotlib
- About Newton Excel Bach
- Downloads
- Filling Blanks with Go To-Special (and local help rant)
- Daily Download 5: Frame Analysis
- P-Y Curve function
Recent Comments
Category Archives: VBA
Section Properties from Coordinates Without VBA
At the Eng-Tips forum there was a question asking for a calculation of area and centroid values from coordinates without the use of VBA. In my opinion using VBA is much the easiest and most robust way to do it, … Continue reading
Posted in Coordinate Geometry, Excel, Newton, UDFs, VBA
Tagged Area, Centroid, Excel, section properties, UDF, VBA
13 Comments
Importing selected rows from a text file
I was recently asked if the routine in the Text-in2 spreadsheet to import and split data from text files could be modified to only import rows that met specified criteria. A similar end result can be achieved by importing the whole … Continue reading
Debugging VBA – 2
Following on from the opening post in this series (Debugging VBA) I will now look at the main debugging tools provided in the Visual Basic Editor (VBE): The Immediate Window allows interaction with the code while it is running. In the … Continue reading
Posted in Excel, UDFs, VBA
Tagged Debugging, Excel, Immediate window, UDF, VBA, watches window
Leave a comment
Using LatPilePY
LatPilePY is a User Defined Function (UDF) used to analyse the deflections and load actions in laterally loaded piles. It was presented in this post: LatPilePY. In response to an e-mail request, this post will give step by step instructions for … Continue reading
Posted in Arrays, Concrete, Excel, Geotechnical Engineering, Newton, UDFs, VBA
Tagged Array Function, COM624, Excel, Laterally loaded pile, Non-linear concrete, UDF, VBA
Leave a comment
Debugging VBA …
… especially User Defined Functions (UDF’s). This post (and most likely several to follow) was prompted by a recent discussion at Daily Dose of Excel about various alternative debugging techniques. It reminded me (if I had ever known) of the Debug.Assert … Continue reading