JHogan0721
New Member
- Joined
- Dec 7, 2016
- Messages
- 12
Alright guys, I'm pretty new to VBA and am working on a fairly simple userform to display data from multiple sheets in one place.
I need help with one aspect, I need to convert days of the week to actual dates. The trick is I need to find the next available day of the week based on today's date. This sounds confusing so I have an example.
This is for a product ordering system.
I want to display an order process date and a warehouse pull date.
In the example - today refers to the day I'm entering the order and will not be displayed in the userform.
Ex: If I am entering an order today and it processes on a wednesday I need the display to show the date of the next wednesday after today
If the order pull day is friday then I need to display the date of the next friday following the order day.
Both process and pull days will be pulled from a worksheet with a vlookup and are defined in the worksheet only by the day of the week.
Thanks in advance
I need help with one aspect, I need to convert days of the week to actual dates. The trick is I need to find the next available day of the week based on today's date. This sounds confusing so I have an example.
This is for a product ordering system.
I want to display an order process date and a warehouse pull date.
In the example - today refers to the day I'm entering the order and will not be displayed in the userform.
Ex: If I am entering an order today and it processes on a wednesday I need the display to show the date of the next wednesday after today
If the order pull day is friday then I need to display the date of the next friday following the order day.
Both process and pull days will be pulled from a worksheet with a vlookup and are defined in the worksheet only by the day of the week.
Thanks in advance