lets say i set system as
Set system = CreateObject("EXTRA.System")
how would i declare system so everytime i type
system. it will give me a list of all of the methods or properties that that associated with system.
i tried dim system as attachmate.extra and that did not work. thanks in advance!
Kevin
Set system = CreateObject("EXTRA.System")
how would i declare system so everytime i type
system. it will give me a list of all of the methods or properties that that associated with system.
i tried dim system as attachmate.extra and that did not work. thanks in advance!
Kevin