0
Good afternoon. I need to do in vba the following function. With the Date function, I can catch the current day, and with that day, I always want to get the date of Thursday, that week.
Example: the Date returned day 01/05/2019, need him to see which Thursday of that week and return the date of the week, no case 02/05/2019.
Someone can help me?
Take a look at this post, which I think will help you: https://stackoverflow.com/questions/1973143/mm-dd-yyyyyy-to-day-of-week-analyzing-consecutive-working-days
– Filipe L. Constante
Rafael, what is the programming language?
– Hiago Souza
I am using VBA in Excel
– rafaelbertoco