That is a Document_Open or AutoOpen macro (or really whatever it is), just add a call to the
CheckBoxesByTag

e.g.,

Sub Document_Open()
    'Your existing code that updates fields
    CheckBoxesByTag
    lbl_Exit:
    Exit Sub
End Sub