ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel VBA Programming (https://www.excelbanter.com/excel-programming/399845-excel-vba-programming.html)

RaY

Excel VBA Programming
 

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

Mike H

Excel VBA Programming
 
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


RaY

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



All times are GMT +1. The time now is 05:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com