I've resolved it myself.
Code:
Dim sIndirect As String
sIndirect = "INDIRECT(""" & oSchoolWorkTable.Name & "[#This Row]"")"
With oSchoolWorkTable.ListColumns("Name").Range.FormatConditions _
.Add(xlExpression, Formula1:="=COUNTIF(" & sIndirect & ",FALSE)>0")
End With