VBA from outlook 2007 form editor

Y

ymustiregister

Hi,
I am using Outlook 2007.

When I click "View Code" button I get some sort of script editor, not
the VBA editor.

I have created a combobox on a custom form and I want to be able to
edit the code behind it. I want to be able to see the code of the
form.

If I click on the "Visual Basic" button it just opens up a VBA editor
which just has "ThisOutlookSession" in the tree.

Any ideas?

Thanks.

BoB
 
S

Sue Mosher [MVP-Outlook]

That's perfectly normal. The code behind a custom form is VBScript, not VBA. There is no editable code behind the form until you add your own code.
 
Top