Hello abrunstad,
I would advise against removing the Excel title bar as it contains the main menu and doing so would deprive your users of much needed functionality. Other than that caveat, yes it can be done.
Hello abrunstad,
I would advise against removing the Excel title bar as it contains the main menu and doing so would deprive your users of much needed functionality. Other than that caveat, yes it can be done.
Sincerely,
Leith Ross
Remember To Do the Following....
1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.2. Thank those who have helped you by clicking the Starbelow the post.
3. Please mark your post [SOLVED] if it has been answered satisfactorily.
Old Scottish Proverb...
Luathaid gu deanamh maille! (Rushing causes delays!)
That's called a dictator application. I would respectfully suggest that if you and VBA don't already do synchronized swimming, don't jump in to that end of the pool.
Entia non sunt multiplicanda sine necessitate
Thanks guys!
Hello abrunstad!
I really need the same functionality in Excel 2010. Could you please tell if you achived that and how?
I use the following code
Excel goes fullscreen, controls, scrollbars are hide, but Title stays there forever (see attachment). I would really like true fullscreen without anything but my worksheet as in Excel 2003.![]()
Application.DisplayFullScreen = True Application.CommandBars("Full Screen").Enabled = False ActiveWindow.DisplayWorkbookTabs = False Application.DisplayStatusBar = False Application.DisplayDocumentActionTaskPane = False Application.CommandBars.ActiveMenuBar.Enabled = False With ActiveWindow .DisplayHorizontalScrollBar = False .DisplayVerticalScrollBar = False .DisplayHeadings = False End With
Thank you very much!
Last edited by ns_k; 08-29-2010 at 02:10 PM.
Please start your own thread.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks