Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- Cubic Splines
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- XLDennis, the MSDN Library, and VBA rant
- About Newton Excel Bach
- Writing Arrays to the worksheet - VBA function
- Downloads
- Filling Blanks with Go To-Special (and local help rant)
- Daily Download 7: Lateraly loaded pile analysis
- Retrieving unique values from a range or array ...
Recent Comments
Category Archives: Excel
Importing tab delimited files and clearing large ranges
Wray Sisk commented on Importing text files with VBA – 3, asking if it could be modified to read tab delimited files. It could be, and has been; download here: Text-in2.ZIP It turned out to be a simple task; just … Continue reading
Posted in Excel, UDFs, VBA
Tagged Excel, Excel 2007 performance, import text, slow clearing, UDF, VBA
2 Comments
You can’t count on money
An interesting bug is reported at Daily Dose of Excel: Code snipit to test If you use a variable of data type currency as a counter in VBA you get some very strange behaviour. The function below returns the result … Continue reading
Posted in Excel, VBA
Leave a comment
Happy Birthday Newton Excel Bach
Newton Excel Bach is one year old today. To mark the occasion I have downloaded the statistics for number of hits on each post, and pasted them into an Excel worksheet. The link to each post is preserved in the … Continue reading
Posted in Bach, Computing - general, Excel, Newton
3 Comments
IP.xls updated
The spreadsheet IP.xls has been updated (previous post) with the addition of a function to find the minimum perpendicular distance from a point (or series of points) to a polyline: Pdist =PDist(Line,Points) Line is a range with at least two rows containing … Continue reading
Frame Analysis with Excel – 4, 2D frame analysis
Continuing from: Frame Analysis with Excel – 3, Continuous beam or frame Download Frame1.zip – the download file includes complete open source code. The continuous beam spreadsheet presented in the previous post has been modified to deal with 2D frames where any … Continue reading
Posted in Beam Bending, Excel, Frame Analysis, Newton, Uncategorized, VBA
Tagged Excel, Finite Element Analysis, Frame Analysis, VBA
20 Comments