Excel - The title bar
Asked By Pietr
22-Jun-07 02:55 AM
Hi all,
I have a microsoft excel project that has the title "Customer
Support",but it appears in the upper part of the page "the blue one" as
Is there a way to erase the word "Microsoft Excel" ?
Thanx
Microsoft Excel
(1)
Workbook
(1)
PietroPrivate
(1)
Pietro
(1)
Sistence
(1)
Mike replied...
Try this:-
probably best placed in the workbook_open event. From your description it
seems like you workbook is called Customer support which populates into the
title bar. This will delete the Microsoft Excel bit.
Sub sistence()
Application.Caption = ""
End Sub
Mike
Gord Dibben replied...
Pietro
Private Sub Workbook_Open()
Application.Caption = "Customer Support"
ActiveWindow.Caption = ""
End Sub
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.Caption = ""
ActiveWindow.Caption = ""
End Sub
Gord Dibben MS Excel MVP
On Thu, 21 Jun 2007 23:55:00 -0700, Pietro <Pietro@>
How to delete a workbook in Microsoft Excel Excel Excel New Users Discussions Microsoft Excel (1) Workbook (1) VBA (1) You mean delete a file using excel? If yes, then you can
How can I email 2 pages from an Excel workbook. Excel I have a long running Excel workbook but only need to email 2 pages from it each month. How can I select the pages I want to send without sending the whole workbook every month Microsoft Excel 2003 Excel Miscellaneous Discussions Microsoft Excel (1) Excel (1) Workbook (1) PetePages (1) Month (1
Microsoft Excel Excel I accidently saved a file to the wrong workbook in Excel and have lost the info in the workbook. Is there a way to unsave the data so that I can retrieve the correct data in the workbook? Excel Miscellaneous Discussions Microsoft Excel (1) Workbook (1) Ione (1) Unsave (1) Not without a backup
How do I delete a header in Microsoft Excel? Excel I would like to know how to delete a header in Microsoft Excel. Can you help? Excel Miscellaneous Discussions Microsoft Excel (1) Excel 2007 (1) Page (1) Workbook (1) SQRT (1) VBA (1) ShowFormula (1) Anne
sumifs in linked workbook Excel Excel Worksheet Discussions Microsoft Excel (1) Workbook (1) Questionbest (1) Bliengme (1) Sumifs (1) Caps (1) Please use this white space to expand on your question best wishes - - Bernard V Liengme Microsoft Excel MVP http: / / people.stfx.ca / bliengme remove caps from email keywords: sumifs, in, linked, workbook