Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- XLDennis, the MSDN Library, and VBA rant
- Filling Blanks with Go To-Special (and local help rant)
- Daily Download 5: Frame Analysis
- The angle between two vectors, Python version
- Daily Download 4: Continuous Beam Analysis
- Cubic Splines
- Using LINEST for non-linear curve fitting
- Downloads
- Installing Python, Scipy and Pyxll
Recent Comments
Tag Archives: UDF
ConBeamU 4.05 and ConBeampy 1.02
The latest update of the two continuous beam spreadsheets can be downloaded from: ConBeamU.zip ConBeampy.zip The main changes are: A problem with point loads applied exactly at a support position has been corrected A function has been added to evaluate … Continue reading
Posted in Beam Bending, Excel, Finite Element Analysis, Frame Analysis, Link to Python, Newton, UDFs, VBA
Tagged continuous beam analysis, Excel, Macaulay's Method, Python. Excel-Python, UDF, VBA
1 Comment
Conbeam – Python version
I have converted the continuous beam analysis spreadsheet (last presented here) to Python code, linked to Excel VBA User Defined Functions (UDFs) with ExcelPython. To run the Python version you will need an installed copy of Python, including Numpy and … Continue reading
Posted in Beam Bending, Excel, Finite Element Analysis, Frame Analysis, Link to Python, Newton, UDFs, VBA
Tagged Conbeampy, ConBeamU, continuous beam analysis, Excel, ExcelPython, Python, UDF, VBA
Leave a comment
Dealing with dates 3: opening and saving csv files without data corruption
This post makes use of a spreadsheet for reading data from text files, including comma separated value (csv) files. The latest version includes a routine for saving the imported data in csv format. It can be downloaded (including full open-source … Continue reading
Dealing with dates 2: Getting cell data type and format code
When working with imported data, or data from an opened csv file, it is often important to know the data type that has been used to store the data. This may not be obvious, for instance in the previous post we … Continue reading
Posted in Excel, UDFs, VBA
Tagged Data types, date formats, Excel, Format codes, Number formats, UDF, VBA, [$-F800]
6 Comments
Reversing Bob
Following our look at Weird Al Jankovic’s palindromic song, Bob, I have written two short VBA User Defined Functions (UDFs) to help writing palindromes (and possibly with other tasks as well). Reverse() will, as the name suggests, reverse any text entered as … Continue reading
Posted in Excel, Link to Python, UDFs, VBA
Tagged Excel, Palindromes, Python, Reverse strings, UDF, VBA
Leave a comment