The only way to do that would be with SendKeys, which I don't think is supported in VBA (although it is in VBScript -- go figure).
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at
http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.slipstick.com/books/jumpstart.htm
"Hannes" <(E-Mail Removed)> wrote in message news:0d2f01c334ba$6f201200$(E-Mail Removed)...
> I'm looking for a way (macro) to cut short the tedios
> procedure required to display OL Group Schedules - doing
> the following in OL: Go to Calendar view => Menu:
> Actions/View Group Schedules => Select MyTeam => click
> Open => size window => Zoom to 75%
> Ideally, I'd like to associate this with a menu button
> (which I think I can do, the macro I cannot