

- #Calendar templates in ms outlook for mac code
- #Calendar templates in ms outlook for mac zip
- #Calendar templates in ms outlook for mac windows
TxtNumberMonths.Text = GetSetting(Application.Name, strKey, "Number Months", "1") This sets my preferred defaults while allowing me to use them if I want to.ĬhkPrintWeekends.Value = GetSetting(Application.Name, strKey, chkPrintWeekends.Caption, "True")ĬhkLeftToRight.Value = GetSetting(Application.Name, strKey, chkLeftToRight.Caption, "False")ĬhkShowMeetingAttendees.Value = GetSetting(Application.Name, strKey, chkShowMeetingAttendees.Caption, "False")ĬhkShowApptEnd.Value = GetSetting(Application.Name, strKey, chkShowApptEnd.Caption, "True")ĬhkThumbnails.Value = GetSetting(Application.Name, strKey, chkThumbnails.Caption, "False") I changed the default for the thumbnail calendars and the calendar name so both are off. (I searched for 'thumbnail' to find it quickly). The default options are set in this section of code.
#Calendar templates in ms outlook for mac code

(Set the Personal templates location using Word's File, Options, Save dialog.) If you run it from other folders, you may need to lower macro security settings.
#Calendar templates in ms outlook for mac windows
In Windows 7/8 this is usually C:\Users\username\AppData\Roaming\Microsoft\Templates\.

#Calendar templates in ms outlook for mac zip
Download the zip file, extract the template and double click it.įor best results (and because of tighter macro security), it should be in the default location for Personal templates. Using the template is pretty straight-forward. It should work in future versions that continue to support VBA. The best news yet: it works in all versions of Outlook & Word to date: Office 97 - Office 2013. The calendar template in question is the My Outlook Calendar template but many of the changes here may apply to the other calendar templates as all are based off of the same template.
