I am currently in the process the of completing a macro in excel. It refers to some named cells that may be empty I want to suppress the Error message that reads: "A formula in this worksheet contains one or more invlaid references." I have tried
Application.DisplayAlerts = False, but this did not appear to work. Any advice?