A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
ActiveCell.Errors(1).Ignore = True
Bill Manville. Excel MVP, Oxford, England. www.manville.org.uk
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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.
Answer accepted by question author