Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Private Sub Workbook_Open()
  2. Sheets("Uvod").Select
  3. Range("D10").Select
  4.  
  5. With ActiveWindow
  6.        .DisplayGridlines = False
  7.        .DisplayHeadings = False
  8.        .DisplayHorizontalScrollBar = False
  9.        .DisplayVerticalScrollBar = False
  10.        .DisplayWorkbookTabs = False
  11. End With
  12.  
  13. With Application
  14.         .DisplayFormulaBar = False
  15.         .DisplayStatusBar = False
  16. End With
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement