General question about display

J

JR

Is there a way to customize Outlook quickly and easily (I don't want
have to do any Visual Basic programming, etc.) to display the current
date and time in the Inbox screen. I work in Outlook so much, that I'd
like to be able to quickly check what the current date and time are
when I'm in the normal Inbox view.

Any suggestions?

Jeff
 
T

Tony Gravagno

Might seem silly, but to see the current date, look at the Received
date on the items in your Inbox. New items will have today's date.
for the current time, just don't let your taskbar auto-hide - if you
have the clock in the taskbar, you'll see it all the time.

A 3 line macro could make this happen via a button on the taskbar, but
you did preclude that...
sub ShowTime()
msgbox Now()
end sub

Tony
 

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