Hi Guys,
I want to apply the below function in a vba module. Please help how it should be. Thanks
Count the total number of blank cells, "AL" and "VL" from cells 3 to end of last row in a column
Application.WorksheetFunction.If(Sum(CountIfs(Range(vRngCol.Cells(3), vRngCol.Cells(vLastRow)), ""...