Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default Full Screen With Status Cut Worksheet Tabs in Half

Hi Dean,

The Taskbar is probably blocking the Status Bar and the
lower part of the tabs. If you set the Taskbar
properties to Auto-hide, the problem resolves on my WinXP
and Excel XP setup.

Best Regards,
Walt

-----Original Message-----
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?
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Full Screen With Status Cut Worksheet Tabs in Half


I thought about that but I do not want to change ever PC in the plant to
do so. There must be a way to do that properly or get the title bar
back.


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
worksheet tabs are cut off and can't see status bar MMcC Excel Worksheet Functions 2 August 21st 09 02:13 AM
Order of the Worksheet tabs across the bottom of the screen Rich Mogy Excel Worksheet Functions 2 January 16th 09 01:33 AM
Worksheet tabs scroll off screen Ray[_5_] New Users to Excel 1 December 27th 07 07:18 AM
sometimes cannot see existing worksheet when i open it without full screen toggled on ckivela Excel Discussion (Misc queries) 1 October 3rd 05 07:55 PM
Worksheet won't display full screen Timbo New Users to Excel 1 April 24th 05 02:22 AM


All times are GMT +1. The time now is 01:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"