On 10/22/04 12:04 AM, "Kirk McElhearn" <[EMAIL PROTECTED]> wrote:

> On 10/22/04 8:36 AM, "Barry Wainwright" <[EMAIL PROTECTED]> wrote:
> 
>> 
>> Assign a keyboard shortcut to an applescript:
>> 
>> Tell app "Microsoft Entourage" to open custom view "All Events"
> 
> Well, not quite. It opens the custom view, but in a new window. I'd want to
> just switch to the custom view in the same window, otherwise I'll end up
> with tons of windows for my different views.

tell application "Microsoft Entourage"
    set displayed feature of main window to custom view "All Events"
    select main window
end tell

-- 
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

PLEASE always state which version of Microsoft Office you are using -
**2004**, X  or 2001. It's often impossible to answer your questions
otherwise.


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to