Title Bar Caption in Excel

C

Cory Humby

I wanted to know if there's a way to change the title bar
caption that comes up when you open Excel. I can't find
how to do it, or even if it can be done. Microsoft Excel -
Book1 (or whatever document you happen to open) is what
shows up.

If anyone has any suggestions, they would be greatly
appreciated.

Thank you,
Cory
 
R

Ron de Bruin

Hi Cory

Try
Application.Caption = "Hi there"

this to set it back to normal
Application.Caption = ""
 
Top