Hi,
I am getting "Application-defined or object-defined error" error msg for below codes.. Not able to figure out where i am going wrong. Please help
Sub conditionE()
Dim lastrow As Long
lastrow = WorksheetFunction.CountA(Worksheets("2018_T933").Range("A:A"))
With...