"Today" Script?

G

Guest

I have my (Office 2003) Calendar set up for a 7-day week view.

Everytime I open my Calendar, the "today" icon is always on Sunday,
regardless of the actual day. So I always have to hit the "Today" button to
see what day today is (yes, I have difficulty keeping track of that). ;^)

So I'd like to write a script that will automatically highlight the column
for the current day everytime I open Calendar. Maybe change the background
color, or better yet, highlight the current hour.

I've written a few small Outlook scripts, and I consider myself a scripting
neophyte, so I'm seeking pointers on how to go about this. Is it even
possible?

Thanks,
Mike
 
M

Michael Bauer

Am Tue, 25 Apr 2006 07:29:02 -0700 schrieb Mike Hartsough:

Mike, you could track the FolderSwitch event, and everytime you switch to
the calendar use
Application.ActiveExplorer.Commandbars.FindControl(,5497).Execute
to hit the Today button automatically.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top