Textbox Displays Monday Automatically for Current Week - Excel VBA Userforms

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 6

  • @excelisfun
    @excelisfun 10 ปีที่แล้ว +1

    Cool! Thanks for the video!

    • @ExcelVbaIsFun
      @ExcelVbaIsFun  10 ปีที่แล้ว

      As always, thank you ExcelIsFun! You rock

  • @elsogoncalves5345
    @elsogoncalves5345 8 ปีที่แล้ว

    Good Night.how do I show the date as (Tuesday made ​​March 20, 2016 on a label open userform.Att:Elso

  • @krn14242
    @krn14242 10 ปีที่แล้ว +1

    Nice. Thanks Dan

  • @NigglesSquiggles
    @NigglesSquiggles 8 ปีที่แล้ว

    You can also just do this:
    Dim StartDate As Date
    StartDate = Date - (Weekday(Date, vbSunday) - 2)