Display "Last Update on ..." message on Calendar in public folder

M

MiataMX5

I periodically update a public folder calendar using VBA in an Access db. I
want to display a message on the calendar that will say when this update was
done. I want to change the content of the message with VBA each time the
update runs. I want the message to be prominent, obvious. Where is a good
place to put such a message? What is the code to access that location, create
a Control to hold the message, and modify the properties of the message text
to make it prominent?

I dit it using a custom "Menu Bar" button, but that only displayed in my
calendars and it displayed in all my calendars, not just the public folder
one.

Your help will be appreciated
 
K

Ken Slovak - [MVP - Outlook]

You can't access the information bar or status bar or any of those places.

Your code could not show the menu button or toolbar button when the focus is
in a different calendar folder, just check for which folder will be
displayed by using the Explorer.BeforeFolderSwitch() event.
 

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