Hey guys,
struggling with this.
I only want to ignore the errors (green triangle) for column A, and not the entire worksheet.
Closest thing i've got is the above coding, but it's not compiling.![]()
Columns("A:A").Select Application.Columns("A:A").Errors(xlEmptyCellReferences).Ignore = False
Bookmarks