Forum

James1989
@james1989
Active Member
Joined: Jan 27, 2023
Topics: 1 / Replies: 4
Reply
RE: UDF to Replicate SumIf

Hi, Thanks a lot for the explanation on how to use SUMIF But my objective is to replicate exactly the way SUMIF operates with a tailor-made UDF....

2 years ago
Forum
Topic
Forum
Replies: 3
Views: 103
Reply
RE: VBA to match PDF file in folder and hyperlink to spreadsheet

Sorry ... my answer should have been clearer ... Sub AddHyperlinks() Dim lastRow As Long Dim myPath As String, fileName As String ' example "OPS...

2 years ago
Forum
Reply
RE: VBA to match PDF file in folder and hyperlink to spreadsheet

Hi, Before getting into the macro ... it would seem to me you need to handle the revision string ... =SUBSTITUTE(yourText,RIGHT(yourText,3),"") ...

2 years ago
Forum
Reply
RE: Macro to format data

Hi, Do you need to fill in Blanks in Column A ...??? Sub FilinBlanks() Range("A2:A14").SpecialCells(xlCellTypeBlanks).FormulaR1C1 = "=R[-1]...

2 years ago
Forum