Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default Monthly Calendar Form

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default Monthly Calendar Form

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,344
Default Monthly Calendar Form

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default Monthly Calendar Form

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Monthly Calendar Larry Excel Discussion (Misc queries) 0 May 29th 09 02:51 PM
Simple Monthly Calendar for 2006 BeachMonger Excel Discussion (Misc queries) 1 July 24th 06 08:12 PM
Modify Yearly Calendar to Monthly Calendar Excel 2000? James Cooper Excel Programming 13 July 13th 06 11:46 PM
Monthly calendar in EXCEL? roger_home Excel Discussion (Misc queries) 2 December 7th 05 12:41 AM
Lined Monthly Calendar tennisolivia Excel Discussion (Misc queries) 1 February 15th 05 04:47 AM


All times are GMT +1. The time now is 02:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"