Hi Folks,

How can I configure the VBA Editor to support the following types?

Dim VBAEditor As VBIDE.VBE
Dim VBProj As VBIDE.VBProject
Dim VBComp As VBIDE.VBComponent
Dim CodeMod As VBIDE.CodeModule

When I run a procedure using this variables I receive a message: "Type not defined".

Thanks,
Marcelo Rychter