![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Outlook Experts, do you know if is it possible to add a button to a
toolbar which would evoke a custom view ? For example, I created a view which only shows email from "John" and called the view "FromJohn". Is there a way I can have a toolbar button named "FromJohn" that when clicked would evoke that view (i.e. only show emails from John)? I know I can use the Current View pulldown menu but I have dozens of customized views. I would like a simple button for convenience. |
Ads |
#2
|
|||
|
|||
![]()
That's one of the simpler things you can do with Outlook VBA. Try a macro like this:
Sub ViewFromJohn() Application.ActiveExplorer.CurrentView = "FromJohn" End Sub -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx wrote in message ups.com... Outlook Experts, do you know if is it possible to add a button to a toolbar which would evoke a custom view ? For example, I created a view which only shows email from "John" and called the view "FromJohn". Is there a way I can have a toolbar button named "FromJohn" that when clicked would evoke that view (i.e. only show emails from John)? I know I can use the Current View pulldown menu but I have dozens of customized views. I would like a simple button for convenience. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Toolbar Problems | haydencoach | Outlook - General Queries | 0 | January 28th 06 07:47 PM |
Help me setup this custom search | [email protected] | Outlook - General Queries | 0 | January 23rd 06 05:18 PM |
Can you view tomorrow's todo items in Outlook Today view? | Charles Lewis | Outlook - General Queries | 0 | January 8th 06 11:30 PM |
Custom Task Fields | Milly Staples [MVP - Outlook] | Outlook - General Queries | 0 | January 7th 06 06:07 PM |
Navigation view - current view calendar question | Shane Nation | Outlook - General Queries | 0 | January 7th 06 05:19 PM |