Hey guys,

struggling with this.

I only want to ignore the errors (green triangle) for column A, and not the entire worksheet.

  
 Columns("A:A").Select
 Application.Columns("A:A").Errors(xlEmptyCellReferences).Ignore = False
Closest thing i've got is the above coding, but it's not compiling.