Test if an object implements an interface May 22, 2023 by Tarik Use TypeOf…Is: If TypeOf objectParameter Is ISpecifiedInterface Then 'do stuff End If