How can I make an Interface that implements Code like IDisposable

  • Thread starter Thread starter s.willim
  • Start date Start date
S

s.willim

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
 
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
 
Back
Top