Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- AS 3600 public comment draft and py_RC Design
- Contour plots with Excel and Matplotlib
- The history of the theory of beam bending - Part 1
- Using LINEST for non-linear curve fitting
- Downloads
- Lateral pile analyis with PY curves ...
- Retrieving unique values from a range or array ...
- py_RC Design 2
- COM624 download and documentation sites
- Automatic download of csv files
Recent Comments
Tag Archives: code generation
VBA code generation on the spreadsheet
A previous post looked at using VBA to generate more VBA code. This post looks at automatic code generation on the spreadsheet, which may be transferred into the a VBA project using the techniques discussed in the earlier post, or simply … Continue reading
Posted in Arrays, Excel, Finite Element Analysis, Newton, UDFs, VBA
Tagged API, code generation, Excel, Strand7, UDF, VBA
Leave a comment
Code Generator
One of the difficulties with Excel routines to solve differential equations, or do numerical integration, is that the equations to be solved must either be coded as VBA functions (which is time consuming), or solved using the evaluate function (which … Continue reading