Found a solution myself! Disabled the worksheet_change during the macro:

Application.EnableEvents = False
'code
Application.EnableEvents = True