Is the intelisense feature supposed to be available when referencing a class module?
I created a Class module named Empoyees and instantiated it from Form1 like:
but when I try to reference a property within the class such as "Name", the intelisense feature does not pop up the "Name" property after entering "oEmp." in the code..Code:Dim oEmp as Employees Set oEmp = New Employees
Am I doing something wrong? Shouldn't the intelisense feature work in this situation?
any help would be appreciated..
Dan




Reply With Quote