ActiveSheet listobjects

I have a table in an excel sheet and I want to select the entire first row. Is there an easier/faster way to reference a table than the normal

Range("A2").End(xlDown).Select

method? Seems that by using a Table I should gain an easier access route to the data. Thanks.