ItalianPlatinum
Well-known Member
- Joined
- Mar 23, 2017
- Messages
- 886
- Office Version
- 365
- 2019
- Platform
- Windows
Hello - my current vba will evaluate if column H is > 2 if it is then it proceeds if not then it will stop. For some reason if i select the cell H (myself) the count is 2
but my VBA is evaluating something greater than 2. Am i using the wrong code for this?
VBA Code:
If WsDIST.Range("H" & rows.count).End(xlUp).row > 2 Then