Hi,
What is the easiest way to remove a validation from a single cell within a column that has a validation applied to the entire column.
Thanks In Advance,
Scott
Hi,
What is the easiest way to remove a validation from a single cell within a column that has a validation applied to the entire column.
Thanks In Advance,
Scott
Hi Scott,
Well, you cannot directly remove validation from a cell within a range of cells. I think you can try to redefine your validation and its area.
Thank you.
Hi Scott,
Please try the fix in <A href="</A>.</P> <P>If you want to remove a cell from the validation, please use Validation.RemoveACell() method.</P> <P>If you do not know which validation is applied for the cell, please use Validtions.RemoveACell() method.<BR></P> <P> </P>