Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- Cubic Splines
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- About Newton Excel Bach
- XLDennis, the MSDN Library, and VBA rant
- Downloads
- Writing Arrays to the worksheet - VBA function
- Daily Download 7: Lateraly loaded pile analysis
- Frame Analysis with Excel - 3, Continuous beam or frame
- Filling Blanks with Go To-Special (and local help rant)
Recent Comments
Category Archives: Excel
Worksheetfunction vs UDF
The previous post provided VBA code for a number of trigonometric functions, most of which are already available in Excel. Why bother you may say, why not just use the WorksheetFunction object? The numbers below provide the answer: Time to … Continue reading
Trigonometric Functions in VBA
Deep within the bowels of the Microsoft on-line help can be found: http://msdn2.microsoft.com/en-us/library/csfk8t62(VS.85).aspx which lists the derivation of trigonometric functions not provided by VBA. Not included in this list is ATan2(), which is strange because this is the one trigonometric … Continue reading
Hello World in a UDF
An Excel User Defined Function (UDF) is probably the single most useful feature that remains unused by the majority of users. This post will provide a brief introduction with the obligatory “Hellow World” program, followed by something only a little … Continue reading