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
- About Newton Excel Bach
- Downloads
- Writing Arrays to the worksheet - VBA function
- Filling Blanks with Go To-Special (and local help rant)
- XLDennis, the MSDN Library, and VBA rant
- Daily Download 5: Frame Analysis
- Buckling of columns with varying cross section
Recent Comments
Author Archives: dougaj4
Worksheetfunction.Transpose – changed behaviour in Excel 2013 and 2016
It is (fairly) well known that when using Worksheetfunction.Transpose on an array in VBA the array must be no more than 65,536 (2^16) rows long, or it will return an error. Recently when using Excel 2016 (32 bit) I thought … Continue reading
Posted in Arrays, Excel, UDFs, VBA
Tagged Excel, Excel 2013, Excel 2016, Problems with Transpose, Transpose, UDF, VBA, Worksheetfunction
6 Comments
Opening and searching pdf files from Excel
The file PdfLink.zip (free download with open source code) contains two short but useful macros for opening and searching pdf files from Excel. The first is based on code from My Engineering World. I have just added a simple interface … Continue reading
Posted in Computing - general, Excel, VBA
Tagged Copy full path, Excel, Open pdf from Excel, Open Windows Search from Excel, Total Commander, VBA
10 Comments
Excel Summit South Reminder
I have just signed up for the Excel Summit South. Anyone wanting a 20% discount has until Thursday 31st December.
Posted in Excel
Tagged Auckland, Excel Conference, Excel Summit South, Melbourne, Sydney
Leave a comment
More on Sums
My post from last week, on using the Aggregate function to find the maximum and minimum of a range ignoring errors, was linked in the Contextures Blog’s weekly roundup, which also linked to the Contextures page of Sum Function examples. This includes … Continue reading