View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_5_] Jim Thomlinson[_5_] is offline
external usenet poster
 
Posts: 486
Default Changing title from default

The file name is going to stay no matter what you do (IIRC), but the
Microsoft Excel thing can be changed...

Sub Test()
Application.Caption = "Tada"
End Sub
--
HTH...

Jim Thomlinson


"toocold" wrote:


The default title for Microsoft Excel is "Microsoft Excel - File Name".
How do I change this to a custom title?


--
toocold
------------------------------------------------------------------------
toocold's Profile: http://www.excelforum.com/member.php...o&userid=31608
View this thread: http://www.excelforum.com/showthread...hreadid=512988