Hi,
I have a C++ function implementation for a COM Object as follows

foo(Variant *var, String Text)..

I need to create this COM object and call the above mentioned function from visual basic.
I cannot find an equivalent to Variant * in VB?? I am getting typemismatch for Variant (obviously)

Thanks
Shoba