Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/09c9b0fbd158419a4d913f630dd3302a to your computer and use it in GitHub Desktop.
Save ezhov-da/09c9b0fbd158419a4d913f630dd3302a to your computer and use it in GitHub Desktop.
vba свернуть окно при закрытии.vba
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer)
FormFiltersNew.Hide
Cancel = 5
CloseMode = 0
End Sub
End Sub
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment