Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
I need to have a dropdown list to select values from and the list is populated from a named range. I understood that the way to do this is by using data validation. I just don't want the error system there at all, if user decides to input something stupid, let him. How do I implement this, what's the "override"-parameter of data validation?
edit. I think
.ShowInput = False
.ShowError = False
does the trick.
edit. I think
.ShowInput = False
.ShowError = False
does the trick.
Last edited: