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
- Frame Analysis with Excel 1 - Single beam
- About Newton Excel Bach
- Taming Symbols in Excel
- Downloads
- Writing Arrays to the worksheet - VBA function
- Solving non-linear equations with two or more unknowns – 3
- XLDennis, the MSDN Library, and VBA rant
Recent Comments
Tag Archives: match case statement
Python Match Case Statement
The Python match case statement was introduced in Python 3.10. It provides similar functionality to the VBA Select Case statement, but also has additional features. For detailed background with examples see: geekforgeeks – Python Match Case Statement The example below … Continue reading
Posted in Computing - general, Excel, Link to Python, PyXLL, UDFs
Tagged Excel, match case statement, Python, PyXLL
Leave a comment