S
Susan Lammi
I am experienced in VBA but never used VB6. I am now tring to write a Com
Addin for Outlook.
The purpose of the AddIn is to place a custom menu with 2 submenus each with
their own actions
submenu 1 looks for mail in the Inbox with a specific Subject and saves the
attachments in a specific Windows folder.
I have written these procedures successfully as Macros but now want to make
this an Add In
I have two procedures written ( the 2nd menu item is not yet enabled)
BTCommandBars() which adds the appropriate menus
BTProcessFiles() which is the Action for the first menu item
I downloaded and installed the Com AddIn Template from Micro Eye, Inc.
Created a Project for my AddIn called BTProcessMail
I added my procedures and everything compiles ok
The AddIn loads in Outlook successfully but does nothing
I'm sure it's because my code (either/both)
1. needs to be altered
2. needs to be called somehow on startup
Now I'm lost....
Be gentle I'm a real novice in VB6
Addin for Outlook.
The purpose of the AddIn is to place a custom menu with 2 submenus each with
their own actions
submenu 1 looks for mail in the Inbox with a specific Subject and saves the
attachments in a specific Windows folder.
I have written these procedures successfully as Macros but now want to make
this an Add In
I have two procedures written ( the 2nd menu item is not yet enabled)
BTCommandBars() which adds the appropriate menus
BTProcessFiles() which is the Action for the first menu item
I downloaded and installed the Com AddIn Template from Micro Eye, Inc.
Created a Project for my AddIn called BTProcessMail
I added my procedures and everything compiles ok
The AddIn loads in Outlook successfully but does nothing
I'm sure it's because my code (either/both)
1. needs to be altered
2. needs to be called somehow on startup
Now I'm lost....
Be gentle I'm a real novice in VB6