View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
RaY RaY is offline
external usenet poster
 
Posts: 164
Default Excel VBA Programming


Thx Mike... it worked!


"Mike H" wrote:

Maybe

Application.Caption = "MyName"

which will replace "Microsoft Excel" with "Myname"

Mike

Mike

"Ray" wrote:


How can I hide the application name from the title bar and insert by own
for a customized application I'm developing? I know the application. name is
a read only property but all I want to do is hide it. I was trying the
following:

application.name.visible = false