View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Pascal.Landry Pascal.Landry is offline
external usenet poster
 
Posts: 6
Default Validate if cell use data validation

Hi there,

Does anyone know how I can validate if a cell is using datavalidation using.
I mean using VBA and not by opening the Data validation menu...

It seams that whenever there is no validation, the value of all parameters
are not set. I've tried to use isnull, isempty... nothing worked...

Thanks for your help !