Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- About Newton Excel Bach
- Cubic Splines
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Section Properties with MeshPY, including torsion and warping
- Downloads
- Latex Maths Text in Excel
- Automatic download of csv files
- Daily Download 2: SLS design of reinforced concrete sections ...
- XLDennis, the MSDN Library, and VBA rant
Recent Comments
Category Archives: VBA
Combining text files
Updated 3 April 2009. Following Jimmy Pena’s comments I have revised the code to read and write the files in one operation, rather than line by line. I have also added the option to add a numbered separator line between … Continue reading
Posted in Excel, VBA
10 Comments
Frame Analysis with Excel – 6; Beam end releases and actions
Continuing from: Frame Analysis with Excel – 5; Large frames in Excel 2003 Download Frame3.zip – the download file includes complete open source code. The frame analysis spreadsheet presented previously has now been revised to deal with beam end releases (either rotation or translation) … Continue reading
Posted in Excel, Finite Element Analysis, Frame Analysis, Newton, VBA
4 Comments
A Sort Function
There is often a need to sort data within a VBA routine, but VBA does not have a built in sort function, so I recently had a look for what is on offer on the Internet. Chip Pearson has an … Continue reading
By Jingo
Dick Kusleika at Daily-Dose-of-Excel recently posted a video of an animated bingo spreadsheet, using the Jing screen capture program. I had previously posted a still image of my Newton’s Cradle animation, which rather spoils the point, so here it is … Continue reading
Writing an array to a worksheet range – correction
The Microsoft Excel blog has some tips for speeding up VBA performance in Excel 2007, which apply equally to earlier versions. The number 2 tip (which in my opinion should have been the number 1 tip, and probably the number … Continue reading
Posted in Excel, VBA
6 Comments