-->
With drop down calendar in Excel worksheet, you can easily select a specific date from it without manually typing. This tutorial shows you how to create a calendar in Excel worksheet using the ActiveX Control. Create a drop down list calendar in Excel with the ActiveX Control Easily create a drop down list calendar with a cool tool. Tuesday, March 22, 2011. How to Add a Drop Down Calendar in Excel 2007 1. Make sure the Developer tab is showing in the ribbon (the toolbar at the top of the page). Make A 2011 Calendar In Excel 2010. Making a 2011 calendar in Excel 2010 is probably easier than you think. You don’t have to spend time getting the cell formatting right and you don’t have to figure out what Excel formulas to use. All you need to do is use an Excel Template. To create a calendar in Excel, click the File tab New.
Note
Office 365 ProPlus is being renamed to Microsoft 365 Apps for enterprise. For more information about this change, read this blog post.
Summary
This article contains a sample Microsoft Visual Basic for Applications macro (sub-procedure) that prompts you for the month and year and creates a monthly calendar by using a worksheet.
Resolution
Note
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
To create the calendar, follow these steps.
Microsoft Excel 2003
Drop Down Calendar In Excel 2019
- Create a workbook.
- On the Tools menu, point to Macro, and then select Visual Basic Editor.
- On the Insert menu, select Module.
- Paste the Visual Basic for Applications script from the 'Sample Visual Basic procedure' section into the module sheet.
- On the File menu, select Close and Return to Microsoft Excel.
- Select the Sheet1 tab.
- On the Tools menu, point to Macro, and then select Macros.
- Select CalendarMaker, and then select Run to create the calendar.
Microsoft Excel 2007 or later
- Create a workbook.
- On the Developer ribbon, select Visual Basic.
- On the *Insert menu, select Module.
- Paste the Visual Basic for Applications script from the 'Sample Visual Basic procedure' section into the module sheet.
- On the File menu, select Close and Return to Microsoft Excel.
- Select the Sheet1 tab.
- On the *Developer ribbon, click Macros.
- Select CalendarMaker, and then select *Run to create the calendar.
Note
Drop Down Calendar In Excel 2011 2019
If the Developer ribbon is not visible, open Excel Options to enable it. In Excel 2007, the option is available on the Popular menu. In Excel 2010, the option is available on the Customize Ribbon menu.
Sample Visual Basic procedure
How Do I Add A Calendar Drop Down In Excel For Mac
You can add other code to customize the calendar to meet your needs. Insert extra rows for entry on the screen for each day or resize the screen to see the whole calendar based on screen size and resolution.