Re: Virtual Library Interfaces (VLI).




> > If Supports('STAX.DLL', TTaxDll , fTaxDll) Then .....

Should be

If Supports('STAX.DLL', typeof(TTaxDll) , fTaxDll) Then .....

Don't ask me why you don't get a compiler error

Marc

.



Relevant Pages