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
- About Newton Excel Bach
- Downloads
- XLDennis, the MSDN Library, and VBA rant
- Filling Blanks with Go To-Special (and local help rant)
- Frame Analysis with Excel - 3, Continuous beam or frame
- Daily Download 5: Frame Analysis
- Buckling of columns with varying cross section
Recent Comments
Tag Archives: UDF
Daily Download 31: Linking to Fortran
Several routines linking to Fortran dll files, produced with the Silverfrost Fortran compiler, have been provided in previous daily downloads. Today’s files are example routines, provided with posts covering the procedures to link Excel to Fortran code. Note that these files … Continue reading
Posted in Computing - general, Excel, Fortran, Link to dll, UDFs, VBA
Tagged Excel, Fortran, linking to Fortran, Silverfrost, UDF, VBA
Leave a comment
Daily Download 30: Data Transfer, to and from VBA
Today’s downloads cover procedures and functions for the transfer of data between VBA and the spreadsheet, and within VBA. Array resources provides a variety of resources and web links covering the transfer of data on the spreadsheet to VBA arrays. Download: http://www.interactiveds.com.au/software/getarray.zip … Continue reading
Posted in Arrays, Computing - general, Excel, UDFs, VBA
Tagged Arrays, data transfer, Excel, GetArray, UDF, VBA, VBA functions
Leave a comment
Daily Download 29: Using VBA – linking to C
The final few days of the daily download series will be dealing with the use of VBA, starting with linking to C (and C++). This was covered in: Linking Excel to C Linking Excel to C – 2 Linking Excel … Continue reading
Posted in Computing - general, Excel, Link to dll, UDFs, VBA
Tagged C++, Excel, linking to c++, UDF, VBA
Leave a comment
Daily Download 26: Moving averages and prime numbers
Today’s downloads are the last of the maths related functions: http://interactiveds.com.au/software/MovAv.zip provides a User Defined Function (UDF) to return the moving average of a set of data, and http://www.interactiveds.com.au/software/Primes.zip is a UDF to either generate a set of prime numbers between specified … Continue reading
Daily Download 25: Vector Functions
Today’s download file provides a variety of vector arithmetic functions, which can be used either from other VBA routines, or on the spreadsheet as User Defined Functions. Download file: http://interactiveds.com.au/software/VectorFunc.xlsb In addition to Dot and Cross the spreadsheet contains the following … Continue reading
Posted in Excel, Maths, Newton, UDFs, VBA
Tagged cross product, dot product, Excel, UDF, VBA, vector area, vectors
Leave a comment