Guest User

Untitled

a guest
Jul 11th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ' ----------------------------------------------------------------
  2. ' Procedure Name: ToggleFormulaBar
  3. ' Purpose: Toggle the application to show/hide formula bar
  4. ' Procedure Kind: Sub
  5. ' Procedure Access: Public
  6. ' Author: sb172a
  7. ' Date: 7/9/2018
  8. ' ----------------------------------------------------------------
  9. Sub ToggleFormulaBar()
  10. Application.DisplayFormulaBar = Not Application.DisplayFormulaBar
  11. End Sub
Add Comment
Please, Sign In to add comment