+ Reply to Thread
Results 1 to 6 of 6

Calendar Within a Workbook

  1. #1
    Forum Contributor
    Join Date
    09-09-2008
    Location
    Middlesbrough, England
    MS-Off Ver
    2007
    Posts
    174

    Calendar Within a Workbook

    Situation -
    *Excel Workbook consisting of 5 spreadsheets.
    *The front page contains a summary of the workbook as a whole.
    *On the front page we also have a Calander which displays rota's & above this a =today() formula.

    Question
    I have a speadsheet which contains a rota and i would like this to be pasted in when each month changes.

    So for example when =today() is Febuary i would like febuarys calander to be moved across from the calander sheet.

    If this is not possible does anyone have any other suggestions other than manually moving across at the start of each month?

    Many thanks for your time

  2. #2
    Forum Contributor
    Join Date
    09-09-2008
    Location
    Middlesbrough, England
    MS-Off Ver
    2007
    Posts
    174

    Re: Calander Within a Workbook

    Any questions i will anwser asap.

    Is this possible?

  3. #3
    Forum Contributor
    Join Date
    09-09-2008
    Location
    Middlesbrough, England
    MS-Off Ver
    2007
    Posts
    174

    Re: Calander Within a Workbook

    Anyone???

    Really need to know if this is possible

  4. #4
    Forum Contributor
    Join Date
    09-09-2008
    Location
    Middlesbrough, England
    MS-Off Ver
    2007
    Posts
    174

    Re: Calander Within a Workbook

    Thought i would see if i refresh i may get an anwser

  5. #5
    Registered User
    Join Date
    07-21-2011
    Location
    RF, Samara
    MS-Off Ver
    Excel 2003&2007
    Posts
    8

    Re: Calander Within a Workbook

    Open your excel file. Alt+F11. in Project window choose ThisWorkbook
    write code
    Private Sub Workbook_Open()
    Worksheets("Sheet1").Calendar1 = Date
    End Sub

  6. #6
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Calander Within a Workbook

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1