+ Reply to Thread
Results 1 to 6 of 6

Get next Saturday date

  1. #1
    Forum Contributor
    Join Date
    07-14-2019
    Location
    Dubai
    MS-Off Ver
    2019
    Posts
    919

    Get next Saturday date

    Hello

    How can I get next Saturday date within VBA?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,360

    Re: Get next Saturday date

    Try:

    14/03/2023 18/03/2023
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    11/03/2023 18/03/2023
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    12/03/2023 18/03/2023 =A5+(7-WEEKDAY(A5))+(7*(7=WEEKDAY(A5)))
    13/03/2023 18/03/2023 =A6+(7-WEEKDAY(A6))+(7*(7=WEEKDAY(A6)))
    14/03/2023 18/03/2023 =A7+(7-WEEKDAY(A7))+(7*(7=WEEKDAY(A7)))
    15/03/2023 18/03/2023 =A8+(7-WEEKDAY(A8))+(7*(7=WEEKDAY(A8)))
    16/03/2023 18/03/2023 =A9+(7-WEEKDAY(A9))+(7*(7=WEEKDAY(A9)))
    17/03/2023 18/03/2023 =A10+(7-WEEKDAY(A10))+(7*(7=WEEKDAY(A10)))
    18/03/2023 25/03/2023 =A11+(7-WEEKDAY(A11))+(7*(7=WEEKDAY(A11)))
    19/03/2023 25/03/2023 =A12+(7-WEEKDAY(A12))+(7*(7=WEEKDAY(A12)))
    20/03/2023 25/03/2023 =A13+(7-WEEKDAY(A13))+(7*(7=WEEKDAY(A13)))
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,360

    Re: Get next Saturday date

    Ah, sorry missed that it was a Word requirement.

    Maybe you can use the formula outlined as the basis for your VBA?

  4. #4
    Forum Contributor
    Join Date
    07-14-2019
    Location
    Dubai
    MS-Off Ver
    2019
    Posts
    919

    Re: Get next Saturday date

    Thanks for your help, Yes its for Word app
    And I didn't get your second answer

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,360

    Re: Get next Saturday date

    Long time since I recorded/created a macro in Word but, here you go ...

    MS Word Macro:

    Please Login or Register  to view this content.

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,360

    Re: Get next Saturday date

    Thanks for the rep.

+ 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. [SOLVED] Find Fourth Saturday and Fifth Saturday of the month
    By ayyappan80 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-07-2020, 11:29 PM
  2. [SOLVED] Check If Today is Saturday. If Saturday, Execute Macro
    By EnigmaMatter in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-06-2014, 09:07 AM
  3. move date to next Monday if date is on a Friday, Saturday or Sunday
    By ea223 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-24-2014, 01:54 PM
  4. Next Saturday's Date
    By JuJuBe in forum Excel General
    Replies: 5
    Last Post: 11-19-2013, 10:43 AM
  5. this last Saturday's date
    By DKY in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-03-2006, 05:27 PM
  6. Replies: 11
    Last Post: 09-19-2005, 08:15 AM
  7. Date help, if selected date is saturday then expression returns true
    By justchris in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-20-2005, 06:26 AM

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