Share via

How to ignore error checking rules

Anonymous
2010-10-07T21:32:41+00:00

I'm using Excel 2007 and I can manually select to "Ignore Error" when an error checking rule applies.

How can I ignore an error checking rule for a particular cell programmatically. I know I can disable the rule under "Excel Options - Formulas" but I don't want to change the users settings, I just want to be able to ignore the error for a cell.

When I try to record a macro then select "Ignore Error" on the cell the macro does not record any code.

Thanks for any help.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-10-07T23:14:09+00:00

ActiveCell.Errors(1).Ignore = True


Bill Manville. Excel MVP, Oxford, England. www.manville.org.uk

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful