Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
RaY RaY is offline
external usenet poster
 
Posts: 164
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default 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

  #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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ADO programming in Excel-VBA CLamar Excel Discussion (Misc queries) 1 May 31st 06 02:45 PM
Excel Vba Programming kamakshi[_3_] Excel Programming 1 October 1st 05 04:01 PM
VBA excel programming VBANewcomer Excel Programming 2 December 10th 04 08:19 PM
Excel Programming in VB Jean-Paul Viel Excel Programming 1 September 10th 03 12:13 PM
Excel Programming in VB Peter Atherton Excel Programming 2 September 9th 03 12:40 PM


All times are GMT +1. The time now is 11:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"