Advertisement
Guest User

Untitled

a guest
Oct 8th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Rem Attribute VBA_ModuleType=VBAModule
  2. Option VBASupport 1
  3. Option Explicit
  4.  
  5. Sub XcelFiles_Click()
  6.     Application.VBE.MainWindow.Visible = True
  7. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement