In using vba,
i want to know application yes or no validation check of specific cell.
dim mycel as range
if mycel.validation = true then
msgbox "yes the cell have validation"
else
msgbox "no no, the cell is general."
endif
but, i don't know how to do.
*** Sent via Developersdex
http://www.developersdex.com ***