Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Commenting a block of code in VBA
- Using Goal Seek on Multiple Cells
- Solving Quadratic, Cubic, Quartic and higher order equations; examples
- Cubic Splines
- Using LINEST for non-linear curve fitting
- The angle between two vectors, Python version
- Time in hours and minutes between two dates
- Downloads
- Retrieving unique values from a range or array ...
- Weighted Least Squares Regression, using Excel, VBA, Alglib and Python
Recent Comments
Lambda and VBA | New… on Two New Functions; Let and… dougaj4 on Eval and Let examples dougaj4 on Eval and Let examples TB on Eval and Let examples dougaj4 on Eval and Let examples pgalvan@sigmaingenie… on Eval and Let examples dougaj4 on Eval and Let examples Craig on Eval and Let examples Craig on Eval and Let examples dougaj4 on Downloads Eval and Let example… on Evaluating text – u… Eval and Let example… on Evaluating text with units and… Eval and Let example… on Two New Functions; Let and… rhochoa81gmailcom on Downloads Ebony Buckle, New Sc… on George Gently, Matty Groves, a…
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