Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Time in hours and minutes between two dates
- Using LINEST for non-linear curve fitting
- Downloads
- Solving Quadratic, Cubic, Quartic and higher order equations; examples
- Cubic Splines
- Commenting a block of code in VBA
- Contour plots with Excel and Matplotlib
- Using Goal Seek on Multiple Cells
- Downloads by category
- Fitting high order polynomials
Recent Comments
Sukrit Ghorai on Biaxial bending update dougaj4 on Biaxial bending update Sukrit on Biaxial bending update A not so easy proble… on Pint, MPmath and implied units… dougaj4 on ULS design of circular reinfor… Dakota on ULS design of circular reinfor… Marcus747 on Commenting a block of code in… dougaj4 on Biaxial bending update Sukrit on Biaxial bending update DT67 on Using ConbeamU DT67 on Using ConbeamU dougaj4 on Using ConbeamU DT67 on Using ConbeamU DT67 on Using ConbeamU dougaj4 on Biaxial bending update
Tag Archives: linking to c++
Using Regasm.exe
If you work through the process described in the previous post Visual Studio will create two files (ALMatrixLib.tlb and ALMatrixLib.dll) that will automatically be registered so that the Excel VBA routines will be able to use them. On the other hand if … Continue reading
Posted in Excel, Link to dll, UDFs, VBA
Tagged C++, Excel, linking to c++, regasm, UDF, VBA
7 Comments
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 18: Simultaneous Equations and Matrix Arithmetic Functions
Today’s downloads collect several spreadsheets related to solution of simultaneous equations and matrix arithmetic, some of which were presented previously as part of the ALGLIB library (Daily Download 13). Solving simultaneous equations described how to solve simultaneous equations using the Excel … Continue reading
Posted in AlgLib, Excel, Link to dll, Maths, Newton, UDFs, VBA
Tagged AlgLib, Excel, linking to c++, linking to Fortran, Matrix Functions, Simultaneous equations, UDF, VBA
Leave a comment