Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Section Properties with MeshPY, including torsion and warping
- Cubic Splines
- About Newton Excel Bach
- Downloads
- Automatic download of csv files
- Daily Download 2: SLS design of reinforced concrete sections ...
- Downloads by category
- The history of the theory of beam bending - Part 3
Recent Comments
Category Archives: VBA
Smart Indenter and Excel 2013
I have recently installed Office 365 on a new computer running Windows 8.1 (actually the third one in just over a month, but that’s another story). Office 2013 has several annoying features, but for me the most annoying was that … Continue reading
Posted in Computing - general, Excel, VBA
Tagged 64 bit Office, Code indenter, Excel, Office 365, VBA, Windows 8.1
26 Comments
Numerical Integration; Tanh-Sinh Quadrature v. 4.3
A new version (4.3) of the numerical integration spreadsheet by Graeme Dennes is now available for download from Tanh_Sinh Quadrature. The Tanh-Sinh Quadrature Version 4.3 workbook now provides a feature for the integration of integrands contained in independent (external) UDFs. … Continue reading
Posted in Excel, Maths, Newton, Numerical integration, UDFs, VBA
Tagged Double Exponential, Excel, Gauss-Kronrod, numerical integration, Romberg, Tanh-Sinh method, Tanh-Sinh Quadrature, UDF, VBA
6 Comments
Numpy and Scipy for Excel
The Python Numpy and Scipy libraries contain a huge number of maths and science related functions. Most of these are not directly available from Excel, but using the free ExcelPython package it is fairly easy to make the link, vastly increasing … Continue reading
Posted in Excel, Link to Python, Maths, NumPy and SciPy, UDFs, VBA
Tagged Excel, ExcelPython, Numpy, Python, SciPy, UDF, VBA
11 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
More on Regular Expressions
The previous post presented a User Defined Function (UDF) using regular expressions to extract all numbers, or a selected number, from any string (or a list of strings). In this post I will look more closely at the code used to achieve … Continue reading
Posted in Excel, UDFs, VBA
Tagged Excel, extracting numbers from text, regular expressions, UDF, VBA
10 Comments