VBA.convertFromJava("instanceof")=?
Hi,
In java, I use the instanceof keyword to check if an object is a certain
type of class.
So you can do things like:
if (s instance of string) then output("String!!!") else output("Needs a
string")
Whats the equivalent in VBA?
Thanks.
|