I just want to be able to open my userform only on specific days of the week. Let's say I want to open it on a Monday, I got a msgbox "You can only use this on Fridays" And then I can open my userform when it's Friday.
I don't know what I can use : "OnTime", "Weekday" ?
Help me please
Weekday
? – BigBenWorkbook_Open
-Event and then check for the WeekdayWeekday(Now, vbMonday)
and then build some logic, which will trigger the userform – MGP