FiservEFTSalesOps
New Member
- Joined
- Dec 7, 2009
- Messages
- 31
I need to be able to hide the formula bar and headings for only a single worksheet. I'm using this VB, but the formula bar stays hidden for all worksheets. Help!
Application.DisplayFormulaBar = False
ActiveWindow.DisplayHeadings = False
Application.DisplayFormulaBar = False
ActiveWindow.DisplayHeadings = False