J
Joe HM
Hello -
I am trying to do a very simple thing: I would like to know whether a
certain cell has a List Validation (i.e. dropdown) turned on.
I get the lSheet.Range().Validation but how does this tell me whether
there is a dropdown validation? I cannot check eny of the fields
without getting an error if there is none defined?
I tried lSheet.Range().Validation.Type = xlValidateList but that does
not work if there is no validation.
Any ideas?
Thanks,
Joe
I am trying to do a very simple thing: I would like to know whether a
certain cell has a List Validation (i.e. dropdown) turned on.
I get the lSheet.Range().Validation but how does this tell me whether
there is a dropdown validation? I cannot check eny of the fields
without getting an error if there is none defined?
I tried lSheet.Range().Validation.Type = xlValidateList but that does
not work if there is no validation.
Any ideas?
Thanks,
Joe