Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- Cubic Splines
- Using LinEst() on data with gaps
- Intersections, interpolations, and rotations
- Buckling of columns with varying cross section
- Continuous Beams With Spring Supports by Macaulay’s Method
- ULS Design Functions 2.13
- Continuous beam animations with VBA and Python
- Using Excel's shortest functions
- Biaxial bending update
Recent Comments
Tag Archives: referencing
Calling Add-in functions from VBA
When an Excel add-in is active any User Defined Functions (UDFs) in the add-in are available to any other open worksheet. It might be expected that the same would apply to VBA routines defined in other files, but if you … Continue reading