how can i tell if a table (there will be only 1 per sheet) exists in a worksheet.

i have tried the following:

if activesheet.listobjects(1) = True then
and

if activesheet.listobjects(1) <> "" then
how can i get this to work?