P
Paul D.
I'm trying to figure out how to add a button that can be clicked from the
Advanced Find window. My add-in looks at the items selected and sets a
category. The problem is the commandbar that I added to the standard menu
bar using the code below only shows on the Standard toolbar of course! I
also need it to show somewhere in Advanced Find.
Set moCBMeow =
moApp.ActiveExplorer.CommandBars.Item("Standard").Controls.Add(msoControlButton, , "890", , True)
I've been able to create an Outlook 2003 add-in using a bunch of great info
from outlookcode.com and microeye.com... using VB 6.
Anyone know how I could add a toolbar, menu bar, command bar, or context
menu that would show on the Advanced Find window??
I've been trying to figure this out for a week!!
Advanced Find window. My add-in looks at the items selected and sets a
category. The problem is the commandbar that I added to the standard menu
bar using the code below only shows on the Standard toolbar of course! I
also need it to show somewhere in Advanced Find.
Set moCBMeow =
moApp.ActiveExplorer.CommandBars.Item("Standard").Controls.Add(msoControlButton, , "890", , True)
I've been able to create an Outlook 2003 add-in using a bunch of great info
from outlookcode.com and microeye.com... using VB 6.
Anyone know how I could add a toolbar, menu bar, command bar, or context
menu that would show on the Advanced Find window??
I've been trying to figure this out for a week!!