IDisposible is a defined dot Net interface (among possibly other things)
while VBA is based on COM technology. If you have in mind the framework
interface IDisposible, with COM, you have to release the reference to the
object, eventually setting it to Nothing after having made any other
required clean-up.
Vanderghast, Access MVP
"s.willim" <(E-Mail Removed)> wrote in message
news:A0D2B501-5D51-45A7-B69F-(E-Mail Removed)...
>I want to mak an Interface than, when I implement it on a class writes full
> sub and function code and comment . How must I write my Interface ??
>
> Thanks
|