Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Using LINEST for non-linear curve fitting
- Cubic Splines
- About Newton Excel Bach
- Biaxial bending update
- Daily Download 5: Frame Analysis
- XLDennis, the MSDN Library, and VBA rant
- Linking Excel to C - 2
- Frame Analysis with Excel – 7; Shear deflections and support displacements
- Latex Maths Text in Excel
Recent Comments
Tag Archives: Excel
Composite Beam Spreadsheet
As promised in the previous post, a spreadsheet for designing reinforced or prestressed concrete composite beams has now been uploaded to my web site. It can be downloaded from: Composite Design Functions-GS.zip . As usual, the spreadsheet includes full open-source code. … Continue reading
Posted in Beam Bending, Concrete, Excel, Newton, UDFs, VBA
Tagged composite concrete beam, Excel, Goal Seek, Prestressed concrete, Reinforced Concrete, UDF, VBA
3 Comments
Geometry for Joiners
A question came up on the ABC Self-Service-Science Forum, asking for a solution to find the dimensions of a diagonal brace looking like the diagram below: The solution is not as simple as it might look because the angle of … Continue reading
Posted in Coordinate Geometry, Excel, Newton, UDFs, VBA
Tagged circle intersection, Excel, Framebrace.xlsb, geometry, IP2.xls, UDF, VBA
1 Comment
Writing Arrays to the worksheet – VBA function
Previous posts have looked at the VBA code for efficiently writing a VBA array to the spreadsheet as quickly as possible, most recently here. I have now put this code in a function that can be conveniently called from any … Continue reading
Getting the address of a selected range
The Excel Indirect() function allows other functions to use the text in a worksheet cell to define a range, rather than selecting the range, or entering it directly into the function. For instance, if cell A1 contained the text B1:B10, … Continue reading
Newton Excel Shakespeare
Another excellent link from Al Vachris: Bruce McPherson’s Site This site is all about how to free your Excel data from your desktop and take advantage of web capabilities such as Docs, Maps, Earth , Gadgets, Visualizations and a whole … Continue reading
Posted in Computing - general, Excel, Javascript, VBA
Tagged Excel, Excelquirks, Link, SAPI.SpVoice, Text2Speech, VBA
2 Comments