I have a template sheet within workbook, and there are formula and reference within the template sheet, but I have manually cleared each green arrow (Ignore Error) in the sheet.

However, when I use VBA to generate a new workbook, and copy the template sheet to new workbook, then use VBA to fill out some data, there are still green arrow in the copied template sheet (in new workbook).

How can I get rid of green arrows in copied template sheet (in new workbook)?

Thanks.