Klash Ville
Board Regular
- Joined
- Sep 19, 2017
- Messages
- 83
title says it all, here's what I have now, but for some reason, it's not working when it should...
Code:
Range("A3").Select
ActiveCell.Offset(1, 0).Activate
Dim tbl As Range
Set tbl = Range(Selection, Selection.End(xlDown)).Select
MsgBox tbl.Rows.Count