Public Function Cell_Has_Data_Validation(RngCell As Range) As StringOn Error GoTo Cell_Has_Data_Validation_ErrorHandler Dim LngCellValidationType As Long‘========================================… more →
User Defined Functions In VBAdougaj4 wrote 4 days ago: The previous post in this series presented a User Defined Function (UDF) to fit a cubic spline to a … more →
dougaj4 wrote 1 week ago: The previous post in this series provided an Excel User Defined Function (UDF) to find the short te … more →
dougaj4 wrote 4 weeks ago: The flexural curvature of any beam composed of material with linear elastic behaviour, subject to a … more →
userdefinedfunctionsinvba wrote 1 month ago: Public Function Cell_Has_Data_Validation(RngCell As Range) As StringOn Error GoTo Cell_Has_Data_Vali … more →
dougaj4 wrote 1 month ago: The simplified reinforced concrete section analysis spreadsheet presented here has been revised to a … more →
userdefinedfunctionsinvba wrote 1 month ago: Public Function Stringize_A_Range(RngInQuestion As Range, Optional StrDelimiter As Variant, Optional … more →
userdefinedfunctionsinvba wrote 2 months ago: Public Function Evaluate_Polynomial(RngExponents As Range, RngCoefficients As Range, RngX As Range) … more →
Ask This CFO wrote 2 months ago: The Excel SUM function is probably the most often used function in Excel spreadsheets. A short cut … more →
Ask This CFO wrote 2 months ago: F1 Displays the Help Window CTRL+F1 Closes and reopens Help Window. ALT+F1 Creates a chart based … more →
dougaj4 wrote 2 months ago: This post is in response to recent discussions at Daily-Dose-of-Excel where many and various workshe … more →
userdefinedfunctionsinvba wrote 2 months ago: Public Function Match_UDF(RngValue2Find As Range, Rng2Search As Range, Optional BolCaseSensitive As … more →
dougaj4 wrote 2 months ago: This post presents an Excel User Defined Function (UDF) to carry out the analysis of vertical piles … more →
dougaj4 wrote 3 months ago: Following on from the previous post, this post presents a number of methods of solving polynomial eq … more →
userdefinedfunctionsinvba wrote 3 months ago: Public Function File_Date_And_Time(StrFileSpec As String) As String On Error GoTo File_Date_And_Time … more →
dougaj4 wrote 3 months ago: A polynomial function is a function of the form: a + b*x + c*x^2 + d*x^3 … and the derivative … more →
userdefinedfunctionsinvba wrote 3 months ago: ‘============================================================================================= … more →
userdefinedfunctionsinvba wrote 3 months ago: ‘============================================================================================= … more →
userdefinedfunctionsinvba wrote 3 months ago: ‘============================================================================================= … more →
userdefinedfunctionsinvba wrote 3 months ago: ‘============================================================================================= … more →