+ Reply to Thread
Results 1 to 15 of 15

Weekly Meeting Agenda Workbook

  1. #1
    Registered User
    Join Date
    02-24-2013
    Location
    USA
    MS-Off Ver
    16.63.1 (2022)
    Posts
    82

    Weekly Meeting Agenda Workbook

    I am creating a meetign agenda workbook that contains 52 worksheets, 1 for each week. I used a VBA Macro from another thread that allows me to name the worksheets based on a value in a cell. My difficulty is that the sheet name only updates when I enter something into a cell or the worksheet changes somehow. I would like all the worksheet names to update when the value in the date cell, which is A1, changes.

    Any help would be appreciated.

    Sincerely,
    AJD

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Weekly Meeting Agenda Workbook

    .
    What data are you intending to enter in A1 ?

  3. #3
    Registered User
    Join Date
    02-24-2013
    Location
    USA
    MS-Off Ver
    16.63.1 (2022)
    Posts
    82

    Re: Weekly Meeting Agenda Workbook

    A1 on every worksheet contains the date of the meeting.

  4. #4
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Weekly Meeting Agenda Workbook

    .
    So ... if you changed the date on the first sheet, you would want all the other sheets to have the same date ?

  5. #5
    Registered User
    Join Date
    02-24-2013
    Location
    USA
    MS-Off Ver
    16.63.1 (2022)
    Posts
    82

    Re: Weekly Meeting Agenda Workbook

    Currently, each sheet has a formula in cell A1 that references cell A1 on the previous weeks sheet and adds 7 so that the date on the active sheet is 1 week later.

    The marco I am using changes the worksheet tab name to the value in A1. But it only changes when I edit a cell in the worksheet. I would like the worksheet tab name to change to the correct name based on A1 if the value in A1 changes.

  6. #6
    Registered User
    Join Date
    02-24-2013
    Location
    USA
    MS-Off Ver
    16.63.1 (2022)
    Posts
    82

    Re: Weekly Meeting Agenda Workbook

    Here is the code I am using:

    Please Login or Register  to view this content.
    It is placed in an Object named ThisWorkbook
    Last edited by ara.darakjian; 07-05-2020 at 08:25 AM.

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,417

    Re: Weekly Meeting Agenda Workbook

    Administrative Note:

    We would very much like to help you with your query, however you need to include code tags around your code.

    Please take a moment to add the tags. Posting code between tags makes your code much easier to read and copy for testing, and it also maintains VBA formatting.

    Please see Forum Rule #2 about code tags and adjust accordingly. Click on Edit to open your post, then highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  8. #8
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Weekly Meeting Agenda Workbook

    .
    Please Login or Register  to view this content.
    The above macro will create 52 sheets in a workbook. Each sheet correctly named for each week of the year.

    You'll create a TEMPLATE sheet with the date of the FIRST SUNDAY OF THE YEAR entered in cell A1. Then run
    the macro to create all the weeks of the year.

    See attached.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    02-24-2013
    Location
    USA
    MS-Off Ver
    16.63.1 (2022)
    Posts
    82

    Re: Weekly Meeting Agenda Workbook

    THANK YOU!

    So can I complete my formatting and layout of the agenda on the template and it will copy the completed format and layout?

    Also, I have KPIs that I have my team enter into each week and there is a YTD column that sums. Is there a way to have it copy the weekly nad ytd KPI columns as well so that the3 YTD sums correclty?

  10. #10
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Weekly Meeting Agenda Workbook

    .
    Setup the TEMPLATE sheet as desired. Everything should copy over to all the other sheets.

  11. #11
    Registered User
    Join Date
    02-24-2013
    Location
    USA
    MS-Off Ver
    16.63.1 (2022)
    Posts
    82

    Re: Weekly Meeting Agenda Workbook

    Attachment 685422

    The attached photo is of a single agenda worksheet. On the right side you will see YTD columns under each name. The YTD column sums the YTD from the previous week and the current week.

    Any way to incoporate that into the creating of the 52 worksheets?

    Also, once the 52 sheets are created, should I save the workbook as an xlsx and not an xlsm?

  12. #12
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Weekly Meeting Agenda Workbook

    .
    If formulas exist in a sheet that will be copied, those need to be copied as values. You can Google for copying formulas.

    Excel will most likely force you to save the workbook as .xlsm . What have you tried so far and what was the result ?

  13. #13
    Registered User
    Join Date
    02-24-2013
    Location
    USA
    MS-Off Ver
    16.63.1 (2022)
    Posts
    82

    Re: Weekly Meeting Agenda Workbook

    Understood. The issue is that the YTD column on sheet1 is different than all the following sheets. is there a way to accomodate that difference?

  14. #14
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Weekly Meeting Agenda Workbook

    .
    If "Sheet 1" is in the group of newly created sheets ... After the original macro has completely run (created all the new sheets), reference a separate
    macro that addresses the Sheet 1 YTD Column.

  15. #15
    Registered User
    Join Date
    02-24-2013
    Location
    USA
    MS-Off Ver
    16.63.1 (2022)
    Posts
    82

    Re: Weekly Meeting Agenda Workbook

    Uniderstood
    thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Agenda Time Formula
    By accessnewbie in forum Excel General
    Replies: 7
    Last Post: 04-03-2023, 06:44 PM
  2. Replies: 0
    Last Post: 11-14-2018, 08:32 AM
  3. meeting agenda, using various filters
    By btx in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-14-2016, 05:09 AM
  4. finding row number in other workbook meeting 2 criteria
    By Menolly4 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-21-2015, 08:23 AM
  5. [SOLVED] Generating an agenda?
    By MissJemJem in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-29-2014, 09:01 AM
  6. [SOLVED] agenda-style graph
    By Maistro_44 in forum Excel Charting & Pivots
    Replies: 8
    Last Post: 01-03-2013, 07:59 AM
  7. Agenda with entry field
    By n4rs in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-03-2012, 08:39 PM

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