
Calling a COM object from VB.Net with Optional Params
Im trying to call a COM object from VB.Net and don't want to use an
optional param. When I don't supply the optional param I get a type
miss match.
Any ideas and how to call this method without providing the optional
param.
Thanks