Remove filename only on title bar & not also on taskbar item?

xunil76

New Member
Joined
Oct 9, 2015
Messages
22
So I did some searching and found the thread below that "sort of" solves a problem I had, which was the title bar in Excel showing the filename & a dropdown menu that prompts you on where to save the file (amongst other actions):


Macro:
VBA Code:
Sub test()
Application.Caption = " "
ActiveWindow.Caption = ""
End Sub

However, when I run that macro, it not only removes the filename from the title bar at the top of the Excel window, but also on the taskbar icon (which I don't want).

BEFORE running macro:
Excel with title.png


AFTER running macro:
Excel without title.png


Is there any way to remove the filename/dropdown only from the title bar at the top, while leaving it intact on the taskbar? And if so, I would prefer it to always be removed, vs having to run a macro every time I open a new Excel window.

Alternately, I wouldn't be completely opposed to having the title bar filename moved all the way to the left or all the way to the right, instead of smack dab in the MIDDLE of the title bar....soooo annoying.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,215,072
Messages
6,122,966
Members
449,094
Latest member
Anshu121

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