Advertisement
Guest User

Untitled

a guest
Jan 10th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Sub Auto_open()
  2. If Application.Visible = False Then
  3.     'This is where the magic happens
  4.     Application.Quit
  5. End If
  6. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement