Macros Disabled 
Author Message
 Macros Disabled

We're running Outlook 2002 SP1 on Win 2000 and trying a
simple VB as a script to be referenced by the Rules Wizard.

After entering a few VB statements, I saved and returned to
Outlook.   I then went to Tools/Macro/Macros, then selected
VB and Run.  Got VB Editor and a pop-saying Macros
are Disabled, see hdlp files.  Help files aren't there (see
other post), and diligent searching f Options didn't help.  
TIA for a clue.

Gene Holmerud



Wed, 20 Jul 2005 00:07:53 GMT  
 Macros Disabled
Check Tools | Macros | Security.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
     Microsoft Outlook Programming: Jumpstart
     for Administrators, Power Users, and Developers
     http://www.slipstick.com/books/jumpstart.htm
Quote:

> We're running Outlook 2002 SP1 on Win 2000 and trying a
> simple VB as a script to be referenced by the Rules Wizard.

> After entering a few VB statements, I saved and returned to
> Outlook.   I then went to Tools/Macro/Macros, then selected
> VB and Run.  Got VB Editor and a pop-saying Macros
> are Disabled, see hdlp files.  Help files aren't there (see
> other post), and diligent searching f Options didn't help.  
> TIA for a clue.

> Gene Holmerud



Wed, 20 Jul 2005 00:36:55 GMT  
 Macros Disabled
Oops, didn't mention I selected Low (not recommended) and
the Trusted sources are blank.  The other security levels
look even more restrictive.

Gene

Quote:
>-----Original Message-----
>Check Tools | Macros | Security.
>--
>Sue Mosher, Outlook MVP
>Outlook and Exchange solutions at http://www.slipstick.com
>Author of
>     Microsoft Outlook Programming: Jumpstart
>     for Administrators, Power Users, and Developers
>     http://www.slipstick.com/books/jumpstart.htm




Quote:
>> We're running Outlook 2002 SP1 on Win 2000 and trying a
>> simple VB as a script to be referenced by the Rules
Wizard.

>> After entering a few VB statements, I saved and
returned to
>> Outlook.   I then went to Tools/Macro/Macros, then
selected
>> VB and Run.  Got VB Editor and a pop-saying Macros
>> are Disabled, see help files.  Help files aren't there
(see
>> other post), and diligent searching f Options didn't
help.  
>> TIA for a clue.

>> Gene Holmerud
>.



Wed, 20 Jul 2005 07:20:29 GMT  
 Macros Disabled
You will need to restart Outlook after setting the macro security level to Low. (I use Medium myself, to make sure I get a prompt when Outlooks starts, so I know for certain whether VBA is running.)
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
     Microsoft Outlook Programming: Jumpstart
     for Administrators, Power Users, and Developers
     http://www.slipstick.com/books/jumpstart.htm
Quote:

> Oops, didn't mention I selected Low (not recommended) and
> the Trusted sources are blank.  The other security levels
> look even more restrictive.

> >-----Original Message-----
> >Check Tools | Macros | Security.
> >--



> >> We're running Outlook 2002 SP1 on Win 2000 and trying a
> >> simple VB as a script to be referenced by the Rules
> Wizard.

> >> After entering a few VB statements, I saved and
> returned to
> >> Outlook.   I then went to Tools/Macro/Macros, then
> selected
> >> VB and Run.  Got VB Editor and a pop-saying Macros
> >> are Disabled



Wed, 20 Jul 2005 12:16:36 GMT  
 Macros Disabled
Thanks, I sure didn't think of doing that.

I aslo assumed the VBA code would show up as an action
choice under the rules wizard!!???

Quote:
>-----Original Message-----
>You will need to restart Outlook after setting the macro

security level to Low. (I use Medium myself, to make sure I
get a prompt when Outlooks starts, so I know for certain
whether VBA is running.)
Quote:
>--
>Sue Mosher, Outlook MVP



Sat, 23 Jul 2005 06:39:55 GMT  
 Macros Disabled
VBA code shows as available Rules Wizard script actions only if you construct the procedure as a subroutine with a MailItem or MeetingItem as the sole argument:

Sub ProcessItem(MyItem as MailItem)
    ' your code goes here
End Sub

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
     Microsoft Outlook Programming: Jumpstart
     for Administrators, Power Users, and Developers
     http://www.slipstick.com/books/jumpstart.htm

Quote:

> Thanks, I sure didn't think of doing that.

> I aslo assumed the VBA code would show up as an action
> choice under the rules wizard!!???

> >-----Original Message-----
> >You will need to restart Outlook after setting the macro
> security level to Low. (I use Medium myself, to make sure I
> get a prompt when Outlooks starts, so I know for certain
> whether VBA is running.)
> >--
> >Sue Mosher, Outlook MVP



Sat, 23 Jul 2005 12:11:18 GMT  
 Macros Disabled
Thank you.  I believe we're runing.
Quote:
>-----Original Message-----
>VBA code shows as available Rules Wizard script actions

only if you construct the procedure as a subroutine with a
MailItem or MeetingItem as the sole argument:
Quote:

>Sub ProcessItem(MyItem as MailItem)
>    ' your code goes here
>End Sub

>--
>Sue Mosher, Outlook MVP
>Outlook and Exchange solutions at http://www.slipstick.com
>Author of
>     Microsoft Outlook Programming: Jumpstart
>     for Administrators, Power Users, and Developers
>     http://www.slipstick.com/books/jumpstart.htm




Quote:
>> Thanks, I sure didn't think of doing that.

>> I aslo assumed the VBA code would show up as an action
>> choice under the rules wizard!!???

>> >-----Original Message-----
>> >You will need to restart Outlook after setting the
macro
>> security level to Low. (I use Medium myself, to make
sure I
>> get a prompt when Outlooks starts, so I know for certain
>> whether VBA is running.)
>> >--
>> >Sue Mosher, Outlook MVP

>.



Mon, 25 Jul 2005 07:15:03 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. Removing the [ENABLE MACROS] [DISABLE MACROS] popup window

2. Autoexec macro disable key

3. Error: This document was opened with Macros Disabled

4. Macro disabled for a project

5. macros disabled

6. Macros disable them? Please help

7. macros disabled

8. how i can run macros disabling Ctrl-Break?

9. Word Macros Disabled

10. Macro disabled under low security

11. I'd like to use word with all macros disabled *and* without getting annoying msg

12. macros disabled error msg...

 

 
Powered by phpBB® Forum Software