Results 1 to 3 of 3

Thread: To change calender settings in Word?

  1. #1
    Join Date
    Feb 2009
    Posts
    34

    To change calender settings in Word?

    In Microsoft Word, when you create a calendar you will notice that the starting day of the week is Monday, Is it possible to change the starting day of the week.
    How can I do the same ? Any ideas,,,,,

  2. #2
    Join Date
    May 2008
    Posts
    4,831

    Re: To change calender settings in Word?

    Open Word and create a timetable, under a law to create a model ,
    select General Models >> tab Related Items >> click once on Calendar Wizard >> click Ok and follow the instructions to create your calendar and save it in My Documents and close the calendar.

    Go to My Documents and open the calendar, you notice that the week starts on Monday and ended on Sunday, change the day of the week's top go to Tools >> Macro >> Visual Basic Editor, unveiled TemplateProjet ( Calendar Wizard) >> Modules and double click on Calendar.

    Now a page for the calendar macros Word opens.
    Locate this line iWeekStartDay at the beginning:

    'Localization Note: iWeekStartDay is the starting day of the week (Sun = 0, Mon = 1, ... Sat = 6)
    Public Const iWeekStartDay As Integer = 1

    You must change the value As Integer =''1''(Just change the number).
    0 = Sunday
    1 = Monday
    2 = Tuesday
    3 = Wednesday
    4 = Thursday
    5 = Friday
    6 = Saturday

    So for the Sunday choose ''0''.
    Then click on File >> Save Calendar Wizard, if you are asked if you want to save changes to the document made Yes and save it to your hard drive.

    Close the Visual Basic Editor, close Word or if your schedule is open.

    Open your calendar, the week should start on Sunday, if not, then delete the calendar and create another with the Calendar Wizard, this time it should start on Sunday.

  3. #3
    Join Date
    Jan 2008
    Posts
    3,755

    Re: To change calender settings in Word?

    You can perform following settings as shown below in the image with red marks to change the starting day of the week in calender....


    All the Best

Similar Threads

  1. Replies: 4
    Last Post: 26-04-2012, 05:09 AM
  2. Replies: 4
    Last Post: 04-01-2012, 08:50 PM
  3. Replies: 5
    Last Post: 19-03-2010, 12:36 AM
  4. Replies: 3
    Last Post: 19-08-2009, 07:21 PM
  5. How can I change PDF to Word?!
    By RogerSmith2009 in forum Windows Software
    Replies: 4
    Last Post: 24-07-2009, 01:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,718,151,388.76743 seconds with 16 queries