Blanchetdb
Board Regular
- Joined
- Jul 31, 2018
- Messages
- 161
- Office Version
- 2016
- Platform
- Windows
Hi,
I created a UserForm that requires a datepicker to show based on the value of combobox
I tried
Sub End_Date ()
If Me.TxtTenure.value = "Term" Then DTTenure.Show
Else
DTTenure.Hide
End Sub
that didn't work and looked through previous posts and couldn't find exactly what I needed
If one selects "Term" from a dropdown in Combo Box - TextTenure then the date picker shows and they are required to select a date.
can someone help me?
thank you
I created a UserForm that requires a datepicker to show based on the value of combobox
I tried
Sub End_Date ()
If Me.TxtTenure.value = "Term" Then DTTenure.Show
Else
DTTenure.Hide
End Sub
that didn't work and looked through previous posts and couldn't find exactly what I needed
If one selects "Term" from a dropdown in Combo Box - TextTenure then the date picker shows and they are required to select a date.
can someone help me?
thank you