• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

How to View a Yearly Calendar

Slipstick Systems

› Outlook › Calendar › How to View a Yearly Calendar

Last reviewed on January 14, 2019     38 Comments

Applies to: Outlook (classic), Outlook 2007, Outlook 2010

Do you need to view several months in Outlook? While Outlook doesn't have a Yearly view or even a multiple month view, there are several ways to view multiple months at once.

  1. View additional calendars in the navigation pane
  2. Use VBA to create an HTML planner-style calendar
  3. Use Outlook's Share by Email feature

 

View additional calendars in the navigation pane

Drag either the Navigation pane separator bar or the To-do bar / Taskpad bar inward to show more navigation calendars. If needed, slide the Taskpad down. In Outlook 2007/2010, right click on the To-Do Bar title and choose Options to change the number of calendars. Unfortunately, Outlook 2013 /2016 do not support setting a number of calendars in the To-Do bar; the navigation calendars will show as many as your screen supports.

Outlook's To-do bar options

The number of calendars you'll see depends on the size of Outlook's main window and your screen resolution.

In older versions of Outlook, just over half of the Outlook window can be navigation calendars, in Outlook 2007 and newer, you can use just under half the Outlook window.

Outlook 2013 is very limited in the number of navigation calendars it can display. The To-Do Bar can display very few calendars, but you can display more of the navigation calendars.

Video Tutorial

[wpvideo t6G0qOf5 w=500]

 

Planner style HTML calendar

If you want a planner style calendar, you can use VBA to create an HTML web page. The script you need is at Yearly Calendar view for Outlook. This script will create a page with one or more months in vertical format, arranged either by days of the week or by day of the month as seen in the screenshots below. You can edit the code (it's well marked) to display only all day events, filter by calendars and include items marked private. The VBA version was tested in Outlook 2013. It should work in all older versions of Outlook.

A VB script version of the macro is available at Yearly Calendar view VBScript version. The script has better colors and creates 3 HTML calendar: traditional weekly format, months across the top with dates down the side, plus a horizontal version with dates across and months down. This works in Outlook 2013 but categories are not supported (in Outlook 2013 and up).

Create calendar arranged by date

Arrange the calendar by date

 

Share by email

Use this method to create a quick HTML calendar in Outlook 2007 and up. The resulting message contains up to six monthly calendars, a list of daily appointments, and full details (if selected). As seen in the screenshots below, the dates are hyperlinked to the daily appointment lists and the appointments are hyperlinked to the details.

To create an HTML calendar in an email message:

  1. Right click on a calendar and choose Share > Email Calendar
  2. Select the desired dates and the level of details.
    Send by email dialog
  3. When you click OK, a calendar is created in a new email message.

You can save the message as HTML to use the calendar outside of Outlook.

Send calendar by email

Daily appoinments in email calendar

How to View a Yearly Calendar was last modified: January 14th, 2019 by Diane Poremsky
Post Views: 33

Related Posts:

  • View a Two Week Calendar
  • Outlook Tip: Show all Mondays in the Calendar
  • Using Outlook's Calendar Peek
  • Earlier versions of Outlook had a group calendar window that was separ
    Outlook 2010 Group Scheduler

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Comments

  1. Hannah says

    June 3, 2021 at 6:28 pm

    Hi Diane,

    Thank you for summarising all these options!

    I am very keen on trying the Planner style HTML calendar that you provided the links to above but on those pages, the links are broken and I cannot get a hold of the original poster to ask for the scripts.
    I know it was a long time ago but this option is still not something that anyone else is providing, that I can find - do you have contact details for the person at NiveauVerleih?

    Any help is appreciated.

    Warm regards,

    Hannah :-)

    Reply
    • Diane Poremsky says

      June 3, 2021 at 6:55 pm

      I do not have a way to contact the author but the wayback machine to the rescue -

      After downloading, rename the text file to have the extension vbs. The double click to run.

      Reply
  2. emma says

    March 30, 2018 at 3:00 am

    I try tu use Yearly Calendar vba macro with outlook 2010 under windows 7. but i d'ont understand wy but when i try empty calendar it's wor, when i try non empty calendar, so with my rendezvous, the mostly time its freez or crash outlook.
    in the vbs version the instruction
    Set objCDO = CreateObject("MAPI.Session")
    abort because i have the message
    Could not create MAPI session to retrieve appointment colors. Will continue without colors.
    Is ther someone who can help me ?

    Reply
    • Diane Poremsky says

      April 3, 2018 at 1:01 am

      I will check it on 2010 - it definitely should work. (I made the mistake of trying it on my laptop which had a new version of Outlook 2016 and it does not work with it. I wasted too much time trying to figure out why :( )

      It uses CDO to get the colors and that is no longer supported in newer versions of Outlook, but it should work in 2010. However, the error you're getting is pointing to a problem with CDO.

      Reply
  3. emma says

    March 30, 2018 at 2:56 am

    wher is my comment ?

    Reply
    • Diane Poremsky says

      March 30, 2018 at 8:47 am

      It's here. :) The comments stay in moderation until i answer them - it makes it easier for me to find the comments that need an answer. (I don't do too much actual moderating - everything except spam and the occasional comment is that all swear words gets approved.)

      Reply
  4. emma says

    March 30, 2018 at 2:47 am

    i d'ont understand wy but when i try empty calendar it's wor, when i try non empty calendar, so with my rendezvous, the mostly time its freez or crash outlook.
    in the vbs version the instruction
    Set objCDO = CreateObject("MAPI.Session")
    abort because i have the message
    Could not create MAPI session to retrieve appointment colors. Will continue without colors.
    Is ther someone who can help me ?

    Reply
    • Diane Poremsky says

      April 6, 2018 at 12:09 am

      There are definitely issues with it - colors will not work and if using Outlook 2013 or 2016, it may not be able to find the calendar. When i get a change, I'll work on updating it for new versions.

      To get past that error (because outlook 2013/2016 do not use CDO), you'll need to remove or comment out the lines that use CDO.

      Reply
  5. mark says

    February 27, 2018 at 5:20 pm

    do you have anything that works with outlook 2016 or office 365?

    Reply
    • Diane Poremsky says

      February 28, 2018 at 12:16 am

      The methods on the page should work with outlook 2016 desktop.

      Reply
  6. mark says

    February 27, 2018 at 4:53 pm

    still no year view calendar for outlook
    why dont you make an app orr something people can buy to do this

    Reply
    • Diane Poremsky says

      February 28, 2018 at 6:00 pm

      My guess is that the various addin devs don't see a demand and/or, its not as easy as it sounds. It requires and activex control to do it in outlook.

      Reply
  7. dav says

    October 12, 2014 at 11:12 pm

    getting type mismatch error on "UBound" line 534

    Reply
    • Diane Poremsky says

      October 13, 2014 at 11:16 pm

      according to "Anonymous" on the author's websites, you need to make the following edit:

      Just add the following statement in the VBA script:
      arrBinary = Array(1, 0)
      under
      'msgbox MainKeyPath

      The result should look like this:

      'msgbox MainKeyPath
      arrBinary = Array(1, 0)
      For i = 0 To UBound(arrBinary)
      KeyValue = KeyValue & Chr(arrBinary(i))
      Next

      Reply
  8. Johan says

    April 21, 2014 at 3:04 pm

    So I need to be a programmer to get a year-view in Outlook... That is so far from user-friendly!!!

    Reply
    • Diane Poremsky says

      April 21, 2014 at 6:38 pm

      Not necessarily a programmer... but you definitely can't do it in outlook - you'll need a script if the email calendar method doesn't create enough thumbnails.

      Reply
  9. Phil K. says

    November 18, 2013 at 7:55 am

    I am on a 64 bit machine.

    Reply
  10. Phil K. says

    November 18, 2013 at 7:53 am

    https://support.microsoft.com/kb/2028411
    This may help.

    Reply
    • Diane Poremsky says

      November 18, 2013 at 10:05 pm

      I'm away on a business trip and haven't had a chance to review the macro. Appt category colors aren't working in outlook 2013, but the vbscript version works. I don't recall if i tested the macro version of the script. You could use RDO (Redemption)

      Reply
  11. Phil K. says

    November 18, 2013 at 7:30 am

    outlook 2010 and macro version 2.1, 22 Jan 2009

    Reply
  12. Phil K. says

    November 15, 2013 at 7:57 am

    could not create mapi session to retrieve appointment colors???? Is there I fix for this?

    Reply
    • Diane Poremsky says

      November 15, 2013 at 8:43 am

      Which office suite are you using and which macro? I'll take a look at it.

      Reply
  13. Mary says

    May 23, 2013 at 9:01 am

    I tried to click on the link, and it comes up page cannot be displayed. May I have your email address, and then I can email you and have you send it to be directly? thanks! Mary

    Reply
    • Diane Poremsky says

      May 23, 2013 at 9:37 am

      That dash after the url was added to it, I've fixed it now - and verified it works. Right click on it and choose Save target as... (IE). Firefox and chrome have similar options to save linked files.

      Reply
  14. mary says

    May 22, 2013 at 11:53 am

    I tried to save the file, rename it and it is now showing as a .vbs, but when i click on it is comes up with an error.
    script:C:\users\xxxxxx\desktop\yearlycalendar.vbs
    line: 1
    char: 1
    error: expected statement
    Code: 800A0400
    Source: Microsoft VBScript compilation error

    Any suggestions on how to resolve?
    Thanks!
    Mary

    Reply
    • Diane Poremsky says

      May 22, 2013 at 5:58 pm

      Did you get the complete macro? That error appears to say the first part is missing. I put the file here - https://www.slipstick.com/files/YearlyCalendarV2.vbs.txt - save it and remove .txt from the file name. I know it works, because it just tested it in outlook 2013/win8. :)

      Reply
  15. Leoni says

    March 20, 2013 at 10:25 pm

    Error: Type mismatch: 'UBound'
    Code: 800A000D
    Microsoft VBScript runtime error

    Reply
    • Diane Poremsky says

      March 22, 2013 at 7:06 pm

      Are you using ? I can't repro the error - save the file, rename the extension to .vbs then double click to run it.

      Reply
  16. Leoni says

    March 20, 2013 at 5:29 pm

    hi Diane, i have saved the script as you said above as year-calendar.vbs but when I double click on it, i am getting a runtime error message is this something amiss on my system or the actual fine (I am only a regular user not, as the above mentioned, a programmer)
    cheers

    Reply
    • Diane Poremsky says

      March 20, 2013 at 5:42 pm

      What is the exact error message?

      Reply
  17. Kay says

    December 15, 2012 at 10:25 am

    I use to be able to see my apts in my calendar in monthly view; now all I see is a drop down arrow for each one. How do I get it back to being able to see words or details?

    Reply
    • Diane Poremsky says

      December 15, 2012 at 12:31 pm

      Try resetting the view. In Outlook 2010, look on the View ribbon, Reset view button. In older versions, find the customize view command on the View menu.

      Reply
  18. Sue says

    November 1, 2012 at 4:10 am

    What if you're not a programmer and have no idea how to use this script - why on earth don't Microsoft provide a yearly option - have I got to transpose a whole year's worth of appointments to another program so that my boss can see it at a glance? Crazy...

    Reply
    • Diane Poremsky says

      November 1, 2012 at 4:52 am

      No idea why they didnt add the option - all known solutions use an activex control that does only a planner style or create html. The script author included instructions - basically, copy and paste (vba version) or right click, save and run. The vbscript is saved as a text file, rename it year-calendar.vbs - double click it to run. The calendar printing assistant does a yearly format as well.

      Reply
  19. HAL says

    October 25, 2012 at 8:30 pm

    OK yes, that's a yearly calendar, but with barely more functionality than the one I got in the kitchen. How about a true yearly calendar where i.e. I can see all the months by rows, and I can place say colored categories related to my yearly time usage. Like a blue bar from early April to late October dubbed "Academic", and a green bar from late October to mid November dubbed "Vacations". Get the picture? I am amazed that Outlook YET doesn't sport such a functionality. Yearly planning view.

    Reply
    • Diane Poremsky says

      October 25, 2012 at 10:53 pm

      Check out the script - I added links to the page. Both the VBA and VBS versions work in Outlook 2013 so they should work in all older versions too. The VBS version creates 3 HTML calendars - one of those formats should meet your needs. While it's not within Outlook, it is faster than an ActiveX control within Outlook would be (and cheaper - the scripts are free, the only control I am aware of is not free).

      Reply
  20. Charles says

    February 2, 2012 at 10:32 pm

    Move it back the same way the window was moved open.

    Reply
  21. man says

    January 7, 2012 at 1:04 pm

    And when I exposed so much rows that calendar in right pannel become to big so I cant pick the options menu to put it back what should I do?

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 31 Issue 3

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Jetpack plugin with Stats module needs to be enabled.
  • Error Opening iCloud Appointments in Classic Outlook
  • Opt out of Microsoft 365 Companion Apps
  • Mail Templates in Outlook for Windows (and Web)
  • Urban legend: Microsoft Deletes Old Outlook.com Messages
  • Buttons in the New Message Notifications
  • Move Deleted Items to Another Folder Automatically
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
  • Google Workspace and Outlook with POP Mail
  • Import EML Files into New Outlook
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Error Opening iCloud Appointments in Classic Outlook

Opt out of Microsoft 365 Companion Apps

Mail Templates in Outlook for Windows (and Web)

Urban legend: Microsoft Deletes Old Outlook.com Messages

Buttons in the New Message Notifications

Move Deleted Items to Another Folder Automatically

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Google Workspace and Outlook with POP Mail

Import EML Files into New Outlook

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2026 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.