A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Toolbar button to evoke a custom view ?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 7th 06, 10:08 PM posted to microsoft.public.outlook
[email protected]
external usenet poster
 
Posts: 1
Default Toolbar button to evoke a custom view ?

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  
Old March 20th 06, 01:30 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Toolbar button to evoke a custom view ?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 09:56 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.