SantanaKRE8s
Board Regular
- Joined
- Jul 11, 2023
- Messages
- 131
- Office Version
- 365
- Platform
- Windows
Hello, I need some help with this userform. I have TextBox 1 to enter a date. ComboBox1 to select one of the two options listed. and Textbox2 will give a new date depending on what option I select in the ComboBox
FedEx Overnight is equal to 10 days
UPS Ground is equal to 14 days
So I enter a date in TextBox1 and select FedEx Overnight, 10 days will be added to the date in TextBox 1 and give the new date in TextBox2. If I select UPS Ground 14 days will be added to the date in TextBox1 and the new date will show in TextBox2.
FedEx Overnight is equal to 10 days
UPS Ground is equal to 14 days
So I enter a date in TextBox1 and select FedEx Overnight, 10 days will be added to the date in TextBox 1 and give the new date in TextBox2. If I select UPS Ground 14 days will be added to the date in TextBox1 and the new date will show in TextBox2.