Thread: Title Bar
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ray Costanzo [MVP] Ray Costanzo [MVP] is offline
external usenet poster
 
Posts: 22
Default Title Bar

Application.Caption = "something" will get rid of the Microsoft Excel
text in the title bar.

--

Ray at work
Microsoft ASP/ASP.NET MVP


"Mike Archer" wrote in message
...
What can be done with the title bar other than
activewindow.caption? I would like to loose "Microsoft
Excel" and possibly change the icon, so that a workbook
can be identified easily when it is minimized on the task
bar.

TIA
Mike