Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Workbook Title Line

Excel 2000 -

I have a workbook that I was able to change the Title box
from "Microsoft Excel" to "Company" - however, is there a
way of removing the name of the file that appears beside
it "ex - "ZZZ.xls""?

Also, the newsgroup is an excellent place to answer
question, but is there a web site that provides examples
and answers?

Thanks for any help,
Greg
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Workbook Title Line

Greg

Private Sub Workbook_Open()
Application.Caption = "Company"
ActiveWindow.Caption = ""
End Sub

These settings will not stick, so must be in the Thisworkbook module of the
workbook that is opened, or in Personal.xls which opens with Excel.

Gord Dibben Excel MVP

On Wed, 29 Dec 2004 16:35:35 -0800, "Greg Malenky"
wrote:

Excel 2000 -

I have a workbook that I was able to change the Title box
from "Microsoft Excel" to "Company" - however, is there a
way of removing the name of the file that appears beside
it "ex - "ZZZ.xls""?

Also, the newsgroup is an excellent place to answer
question, but is there a web site that provides examples
and answers?

Thanks for any help,
Greg


  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Workbook Title Line

Thanks Gord, works great!

Sometimes the hardest problems have the easiest answers.

Greg
-----Original Message-----
Greg

Private Sub Workbook_Open()
Application.Caption = "Company"
ActiveWindow.Caption = ""
End Sub

These settings will not stick, so must be in the

Thisworkbook module of the
workbook that is opened, or in Personal.xls which opens

with Excel.

Gord Dibben Excel MVP

On Wed, 29 Dec 2004 16:35:35 -0800, "Greg Malenky"


wrote:

Excel 2000 -

I have a workbook that I was able to change the Title

box
from "Microsoft Excel" to "Company" - however, is there

a
way of removing the name of the file that appears

beside
it "ex - "ZZZ.xls""?

Also, the newsgroup is an excellent place to answer
question, but is there a web site that provides

examples
and answers?

Thanks for any help,
Greg


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Please help me to add a title to a workbook Kay Excel Discussion (Misc queries) 1 January 11th 09 09:17 AM
Entering Line Breaks in a Title derived by a formula Scott Charts and Charting in Excel 1 January 23rd 08 08:57 PM
title columns above the first numbered line Onehippiechick Excel Discussion (Misc queries) 1 December 13th 06 11:39 PM
Excel pie chart title words break to next line between letters? sweetsweed Charts and Charting in Excel 0 October 9th 06 07:10 PM
Program workbook title as the filename William[_2_] Excel Programming 0 June 3rd 04 03:03 AM


All times are GMT +1. The time now is 06:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"