Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Cubic Splines
- About Newton Excel Bach
- Downloads
- Retrieving unique values from a range or array ...
- Linking Excel to C - 2
- Daily Download 4: Continuous Beam Analysis
- P-Y Curve function
- Frame Analysis with Excel - 3, Continuous beam or frame
Recent Comments
Category Archives: VBA
What is VBA good for? …
… is the name of a Stackoverflow thread that sends a steady trickle of visitors here (thanks to a link posted by Charles Williams of FastExcel). On a similar theme, Smurf on Spreadsheets has a post entitled “What’s so good … Continue reading
Posted in Computing - general, Excel, VBA
Tagged Excel, future of VBA, VBA, What is VBA good for
16 Comments
Using Frame4 for truss analysis
The Frame4 spreadsheet is set up to allow the analysias of rigid-jointed 2D frames, but it is simple to use it for 2D truss analysis; simply either provide a moment release at each end of every member, or define every member … Continue reading
Posted in Excel, Finite Element Analysis, Frame Analysis, Newton, VBA
Tagged Excel, Frame Analysis, trusss analysis, VBA
2 Comments
3DFrame v1.01
The 3D frame analysis spreadsheet has been updated to v1.01, with a correction to the calculation of node reactions. The previous version gave incorrect results for any restrained node at end 2 of any beam. Please download the new version … Continue reading
Posted in Excel, Frame Analysis, Newton, VBA
Tagged 3D Finite element analysis, Excel, Frame Analysis, VBA
2 Comments
Goal Seek Macro for Multiple Sheets
Following a comment on the Using Goal Seek on Multiple Cells post, I have modified the macro so that the goal-seek ranges can be on a different sheet to the named input ranges. The new file can be downloaded from: GSeek.zip. … Continue reading