ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Cool! Thanks for the video!
As always, thank you ExcelIsFun! You rock
Good Night.how do I show the date as (Tuesday made March 20, 2016 on a label open userform.Att:Elso
Nice. Thanks Dan
Thank you krn14242
You can also just do this:Dim StartDate As DateStartDate = Date - (Weekday(Date, vbSunday) - 2)
Cool! Thanks for the video!
As always, thank you ExcelIsFun! You rock
Good Night.how do I show the date as (Tuesday made March 20, 2016 on a label open userform.Att:Elso
Nice. Thanks Dan
Thank you krn14242
You can also just do this:
Dim StartDate As Date
StartDate = Date - (Weekday(Date, vbSunday) - 2)