View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
x taol x taol is offline
external usenet poster
 
Posts: 101
Default be validated or not validated in a cell



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 ***