Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 22
Send a message via Skype™ to Bakar
Cool Monthly view calendar

Hi Everyone
I have a userform with a calendar
Its working fine only problem
When I call the userform the default calendar view is this month
Can I have an input box to search example year 1963 otherwise I have to scroll long time to have the 1963 display

Plz help
Bakar
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default Monthly view calendar

Hi Bakar,

Am Sat, 17 Nov 2012 13:32:43 +0000 schrieb Bakar:

I have a userform with a calendar
Its working fine only problem
When I call the userform the default calendar view is this month
Can I have an input box to search example year 1963 otherwise I have to
scroll long time to have the 1963 display


e.g. write your date in C1 and copy following code in code module of the
UserForm:

Private Sub MonthView1_Click()
MonthView1 = Range("C1")
End Sub

If you click on the MonthView the date change to C1 value


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 277
Default Monthly view calendar

On Sat, 17 Nov 2012 15:19:07 +0100, Claus Busch
wrote:

Hi Bakar,

Am Sat, 17 Nov 2012 13:32:43 +0000 schrieb Bakar:

I have a userform with a calendar
Its working fine only problem
When I call the userform the default calendar view is this month
Can I have an input box to search example year 1963 otherwise I have to
scroll long time to have the 1963 display


e.g. write your date in C1 and copy following code in code module of the
UserForm:

Private Sub MonthView1_Click()
MonthView1 = Range("C1")
End Sub

If you click on the MonthView the date change to C1 value


Regards
Claus Busch



I made a list of years (quite imperfect) named it as a named range, and
made reference to it in a cell as selection drop-down. Then refer to the
contents of that cell in a formula breakdown/concatenation to compile the
final date value to express the calendar in. No code change other then
the bits which concatenates the date value from the drop-down selection,
if even that (concatenation)is needed.

If the calendar is made right, it could be formatted to show whatever
month for whatever year is entered into a certain cell. Then, the
drop-down list or date range validation makes it mouse click pick.
  #4   Report Post  
Junior Member
 
Posts: 22
Send a message via Skype™ to Bakar
Thumbs up

Quote:
Originally Posted by Bakar View Post
Hi Everyone
I have a userform with a calendar
Its working fine only problem
When I call the userform the default calendar view is this month
Can I have an input box to search example year 1963 otherwise I have to scroll long time to have the 1963 display

Plz help
Bakar
Thanks Very much this is great help
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
Monthly Calendar Form Dreiding Excel Programming 3 October 21st 08 03:32 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 01:14 PM.

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"