View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dean[_6_] Dean[_6_] is offline
external usenet poster
 
Posts: 5
Default Full Screen With Status Cut Worksheet Tabs in Half

I want the workbook to open in Full Screen mode and show
the worksheet tabs. I placed this code in the VBA...
Application.WindowState = xlMaximized
Application.DisplayFullScreen = True
Application.DisplayStatusBar = True
However, the tabs for the worksheets are cut-off. I was
wondering how to fix this or maybe how to get the
appliaction title to show and that might fix it.

Any ideas from the community?