iceberg27191
New Member
- Joined
- Aug 9, 2011
- Messages
- 2
I'm looking to be able to validate InputBox values that would generate an error message. I would like to not have just a MsgBox pop up, but rather the one with the red circle and X through it that Excel spits at you when you manually type in data that is invalid (assuming that cell is set up to be Data Validated).
I've tried the "Worksheet_Change (ByVal Target As Range)" method, but I cannot seem to write the code for that Excel error box as described above (has the options of 'Retry', 'Cancel', and 'Help').
Does anyone know how this can be done?
I've tried the "Worksheet_Change (ByVal Target As Range)" method, but I cannot seem to write the code for that Excel error box as described above (has the options of 'Retry', 'Cancel', and 'Help').
Does anyone know how this can be done?