View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default changing the application name in the title bar

Application.Caption = "MyNewCaption"

--

Vasant

"Paul James" wrote in message
...
I once read there was a way to change the name of an application as it
appears in the Excel title bar. That is, to replace the "Microsoft

Excel -
filename.xls" with whatever name you want to use.

I tried using "Application.Name = "my application name" but I got the

error
message "Can't assign to read-only property." Is there a way to

accomplish
this?

Thanks in advance

Paul