Excel VBA Programming

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Maybe

Application.Caption = "MyName"

which will replace "Microsoft Excel" with "Myname"

Mike

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top