Outlook 2007 VB code...

  • Thread starter Thread starter EastAsia
  • Start date Start date
E

EastAsia

Please help me. :D

I added in some VB code to have Auto BCC entered in all outgoing emails.

Apparently with some of the code there was a problem and outlook crashed a
few times.

I fixed the code, but now outlook seems to be ignoring whatever I put in as
VB code...

It does not appear to be disabled in the trust center, what can I do?

Thanks!

/CL
 
Wait for a released version.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, EastAsia asked:

| Please help me. :D
|
| I added in some VB code to have Auto BCC entered in all outgoing
| emails.
|
| Apparently with some of the code there was a problem and outlook
| crashed a few times.
|
| I fixed the code, but now outlook seems to be ignoring whatever I put
| in as VB code...
|
| It does not appear to be disabled in the trust center, what can I do?
|
| Thanks!
|
| /CL
 
What is your macro security level set to? Does a simple procedure with a MsgBox run OK?

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
What's disabled? Is VBA disabled?

You're best off posting questions like this in a programming group such as
microsoft.public.outlook.program_vba, where the devs hang out.

Post with more details, such as the code or parts of it and if any code can
be run as macros or such in Outlook. Also, what are your macro security
settings set at?
 
Back
Top