Thread: Class Modules
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MattShoreson[_70_] MattShoreson[_70_] is offline
external usenet poster
 
Posts: 1
Default Class Modules


Hi,

I've created a class module containing methods and properties.
Everything works fine.

However....

When I expose the methods and properties after instantiating the class
they are shown as one big list in intellisense.

i.e. clsReturnExcelADO.CompilePath

How can I change alter this to produce a more tree like behaviour?

i.e. clsReturnExcelADO.Path.compil

--
MattShoreso
-----------------------------------------------------------------------
MattShoreson's Profile: http://www.excelforum.com/member.php...nfo&userid=347
View this thread: http://www.excelforum.com/showthread.php?threadid=52472