T
TWG
Can anyone help me to hide the title-bar in a workbook by means of code in
Excel 2007?
Excel 2007?
What is it you mean by "Title Bar"? do you mean the bar that displayTWG;439436 said:Can anyone help me to hide the title-bar in a workbook by means of cod
i
Excel 2007
What is it you mean by "Title Bar"? do you mean the bar that displays
"Book1 - Microsoft Excel"?
--
Simon Lloyd
Regards,
Simon Lloyd
'Microsoft Office Help' (http://www.thecodecage.com)
TWG;440242 said:Ye
Simon Lloyd skrev
Lloyd' (http://www.thecodecage.com/forumz/member.php?userid=1
(http://www.thecodecage.com/forumz/showthread.php?t=121919
try said:As you can see, I already have this command in the workbooks AUTO_OPEN
thus
Sub auto_open(
With ActiveWindo
.DisplayGridlines = Fals
.DisplayHeadings = Fals
.DisplayZeros = Fals
.DisplayHorizontalScrollBar = Fals
.DisplayVerticalScrollBar = Fals
.DisplayWorkbookTabs = Fals
End Wit
Application.DisplayFullScreen = Tru
End Su
BUT - it does not make the title-bar invisuabl
Simon Lloyd skrev
Microsoft Office Discussion' (http://www.thecodecage.com)