Visual Basic Editor is disabled in Outlook 2000

  • Thread starter Thread starter Patti
  • Start date Start date
P

Patti

User wants to write a macro in VBA, but when he chooses
Tools/macro, he can see visual basic editor on the menu,
but it's disabled. Can anyone tell me how to enable it?

Thanks in advance
 
Was VBA installed as part of the Office installation? Was some policy
used to disable it?

In the registry, in HKLM\Software\Microsoft\Office\Outlook\Addins does
"Microsoft VbaAddinForOutlook.1" show up and what is the LoadBehavior
value for that registry key? Is it 9?
 
Unfortunately I don't know how the original load took
place. I found the the key in the registry, but don't see
anything about LoadBehavior. It just shows name, type and
data.
-----Original Message-----
Was VBA installed as part of the Office installation? Was some policy
used to disable it?

In the registry, in
HKLM\Software\Microsoft\Office\Outlook\Addins does
 
That sounds like an administrative policy was used to install Outlook
which disabled Outlook VBA for the users. See if creating a new DWORD
registry key named LoadBehavior and setting its value to 9 when
Outlook is closed lets the user access the Outlook VBA project.
 
Back
Top