Restore/Disable Title Bar

jgoulart

Board Regular
Joined
Feb 16, 2002
Messages
62
Through experimentation trying to disable and enable different commandbar functions I have disabled my title bar (I'm not even sure that is what it is called to tell you the truth. It is the blue bar at the top of excel that has the X to cancel). How can I reset or re-enable my title bar?

John
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
I didn't even know you could do that.
Maybe you just invented a new method?
We'll call it workbooks.jgoulart.titlebar.killer
Ha Ha
I'll search and see what I can find!
Tom
 
Upvote 0
On 2002-03-25 11:36, jgoulart wrote:
Through experimentation trying to disable and enable different commandbar functions I have disabled my title bar (I'm not even sure that is what it is called to tell you the truth. It is the blue bar at the top of excel that has the X to cancel). How can I reset or re-enable my title bar?
Hi jgoulart:
To elaborate the response by ANONYMOUS to your posting ...
You can have the TitleBar disappear when you go to VIEW|FULL_SCREEN -- it toggles between FULL_SCREEN and let us say the normal(maximized view)
So, go back and do VIEW|FULL_SCREEN again and you will be back in business

HTH
Please post back if it works for you ... otherwise explain a little further and let us take it from there
_________________
Yogi Anand
Edit: Deleted inactive web site reference from hard coded signature
This message was edited by Yogi Anand on 2003-01-19 15:14
 
Upvote 0
Hi John

Do you mean the "Worsheet Menu Bar" if so just run this code:

Sub ComeBack()
Application.CommandBars("Worksheet Menu Bar").Enabled = True
End Sub
 
Upvote 0
Thank you all. I appreciate all of your help. The VIEW|FULL_SCREEN worked. I feel like kind of an idiot because I couldn't figure that out on my own. Now I'm trying to figure out if I actually used a macro to put it in that condition or I did it manually.

John
 
Upvote 0

Forum statistics

Threads
1,214,621
Messages
6,120,563
Members
448,972
Latest member
Shantanu2024

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top