Disable cell warning/error messages

  • Thread starter Thread starter chad.whyte
  • Start date Start date
C

chad.whyte

Hello,

I have several hidden cells side-by-side that contain custom
calculations, and am receiving the error: "The formula in this cell
differs from the formulas in this area of the spreadsheet." Since
these cells are hidden, I don't want the user to see the small green
icon in the upper left corner of each cell, and the corresponding error
message.

How do I disable these errors through VBA so they are not visible?

Thank you,

Chad
 
Chad,

Try:

Application.ErrorCheckingOptions.InconsistentFormula = False

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top