Apparently some cells don't have any validation types set??? Thus my following code throws an error popup?
Sub valtype()
MsgBox ActiveCell.Validation.Type
End Sub
ERROR:
Runtime error 1004
Application-defined or object-defined error
I want to check for this potentiality and then do something...