Is it connected to a source? Do you want to delete them from the source? If not I'd use the condition <> in the sql for the table. Have you tried anything?
It it connected to SQL, however I can break that connection, if necessary. I tried to make it through ADO Connection similar to the idea you can find here: stackoverflow.com/a/33807584/1903793
@JohnMuggins I have a huge table. I would like make bulk deletes, not single or looplike. Better from your proposal would be deleting with auto-filter. However SQL-like statements are much more superior for the sake of clarity.
listobject.querytable.connectionto create the ado andexecutethe sql you have, then refresh the table.