Import componets, forms and modules in outlook

R

Raymond

Hi

I've got the fulling question

Can I Import modules, Forms or components in outlook.

I konw it's possible with word

Like this:

ActiveDocument.VBProject.References.AddFromFile _
"C:\Program Files\Common Files\System\ado\msado15.dll"
ActiveDocument.VBProject.VBComponents.Import _
"S:\Correspondentiesysteem\Modulen\uitgaand.bas"
ActiveDocument.VBProject.VBComponents.Import _
"S:\Correspondentiesysteem\Formulieren\uitgaandecorrespondentie.frm"

Greetings Raymond
 
Top