PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Contorl/Command button
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Contorl/Command button
![]() |
Contorl/Command button |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Using vba is it possible to add a command button to an
outlook toolbar? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Yes. Take a look at the Explorer.CommandBars and Inspector.CommandBars
objects, which use the Office CommandBars . -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Steve" <anonymous@discussions.microsoft.com> wrote in message news:56c401c42d36$b4cd16c0$a401280a@phx.gbl... > Using vba is it possible to add a command button to an > outlook toolbar? |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks but,
I now have a button on my toolbar, but I cannot seem to pick up the event for it. Any Ideas? The code is being called from a COM module. Cheers >-----Original Message----- >Yes. Take a look at the Explorer.CommandBars and Inspector.CommandBars >objects, which use the Office CommandBars . > >-- >Sue Mosher, Outlook MVP >Author of > Microsoft Outlook Programming - Jumpstart for > Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart.aspx > > >"Steve" <anonymous@discussions.microsoft.com> wrote in message >news:56c401c42d36$b4cd16c0$a401280a@phx.gbl... >> Using vba is it possible to add a command button to an >> outlook toolbar? > > >. > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
If you're working in VBA, then you can set the OnAction property of the
button to one of your VBA code subroutines. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx <anonymous@discussions.microsoft.com> wrote in message news:5c5f01c42dc1$7ba9f350$a601280a@phx.gbl... > Thanks but, > I now have a button on my toolbar, but I cannot seem to > pick up the event for it. Any Ideas? The code is being > called from a COM module. > Cheers > > >-----Original Message----- > >Yes. Take a look at the Explorer.CommandBars and > Inspector.CommandBars > >objects, which use the Office CommandBars . > > > >-- > >Sue Mosher, Outlook MVP > >Author of > > Microsoft Outlook Programming - Jumpstart for > > Administrators, Power Users, and Developers > > http://www.outlookcode.com/jumpstart.aspx > > > > > >"Steve" <anonymous@discussions.microsoft.com> wrote in > message > >news:56c401c42d36$b4cd16c0$a401280a@phx.gbl... > >> Using vba is it possible to add a command button to an > >> outlook toolbar? |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

