Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am looking for a calendar type form where the user only selects the Year
and Month. The associated cell gets populated with the selected month and year with the default date being the first. I'm hoping that someone has already created this type of form and is willing to share. Any help is appreciated. - Pat |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If your user is not going to be picking the day, why do you need a monthly
display? I would use a ListBox with the 12 month names in it for the user to pick the month from and a TextBox (perhaps coupled with a Spinner control) for the user to pick the year from. -- Rick (MVP - Excel) "Dreiding" wrote in message ... I am looking for a calendar type form where the user only selects the Year and Month. The associated cell gets populated with the selected month and year with the default date being the first. I'm hoping that someone has already created this type of form and is willing to share. Any help is appreciated. - Pat |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
To the best of my knowledge, Microsoft doesn't make a calendar control with only Months and Years. How about letting them use the Calendar Control 10 but not capture the day? You can add a calendar control to the worksheet or a user form. In the spreadsheet you reach it by choosing View, Toolbar, Control Toolbox, and clicking the More controls button on that toolbar. Scroll to Calendar Control. In VBA you display the Toolbox toolbar and then right click it and choose Additional Controls. You can then write code as needed. -- Thanks, Shane Devenshire "Dreiding" wrote: I am looking for a calendar type form where the user only selects the Year and Month. The associated cell gets populated with the selected month and year with the default date being the first. I'm hoping that someone has already created this type of form and is willing to share. Any help is appreciated. - Pat |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Rick,
I initially planned to make a form similar to what you suggested. But then I started thinking about something fancier. Im envisioning a form displaying the months in grid fashion (4 x 3). Each row would be a quarter of the year. The year field would be above the grid, possibly a spinner text box. Each month would be labeled with an appropriate €śimage€ť you click to select. I suspect this isnt already out there and Ill be the one to create and share. Thanks for your quick response and suggestion. - Pat "Rick Rothstein" wrote: If your user is not going to be picking the day, why do you need a monthly display? I would use a ListBox with the 12 month names in it for the user to pick the month from and a TextBox (perhaps coupled with a Spinner control) for the user to pick the year from. -- Rick (MVP - Excel) "Dreiding" wrote in message ... I am looking for a calendar type form where the user only selects the Year and Month. The associated cell gets populated with the selected month and year with the default date being the first. I'm hoping that someone has already created this type of form and is willing to share. Any help is appreciated. - Pat |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Monthly Calendar | Excel Discussion (Misc queries) | |||
Simple Monthly Calendar for 2006 | Excel Discussion (Misc queries) | |||
Modify Yearly Calendar to Monthly Calendar Excel 2000? | Excel Programming | |||
Monthly calendar in EXCEL? | Excel Discussion (Misc queries) | |||
Lined Monthly Calendar | Excel Discussion (Misc queries) |