code in version 2003

  • Thread starter Thread starter Jonathan
  • Start date Start date
J

Jonathan

Hi, I have some menu buttons that ran code in Outlook
version 2002. But in the beta version of 2003 they no
longer work. Also code in my custom forms do not work.

I have tried setting Tools|Macros|Security to 'low'. But
without any noticible improvement...

Any ideas or suggestions appreciated (I know that I could
uninstall and revert back to an earlier version of
Office) :-)

Cheers
Jonathan
 
Hi Sue,
'Yes' have restarted Outlook.
'Yes' Application.Startup event firing.
'Yes' Custom forms are published. Other staff using
Outlook version 20002 are successfully using forms (as I
was when using that version of Outlook). A specific event
is - Sub Item_CustomPropertyChange(ByVal Name)

Thanks
Jonathan

-----Original Message-----
Did you restart Outlook after changing the security
level? Is the Application.Startup event firing?
Code in custom forms will run only if the forms are published.
--
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


"Jonathan" <[email protected]> wrote in
message news:[email protected]...
 
Does the code run OK from the VBA environment itself? If so, I'd try removing and creating new toolbar buttons. As for the forms, make sure the "send form definition with item" box is unchecked. You might also rerun Office setup to make sure the VBA and scripting components were installed.
--
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
 
Back
Top