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

  • Thread starter Thread starter MiataMX5
  • Start date Start date
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
 
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.
 
Back
Top