View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Howard31 Howard31 is offline
external usenet poster
 
Posts: 100
Default Renaming the Excel windows taskbar

Hi there,

Try the following:

Sub SetApplicationCaption()
Application.Caption = Range("A1").Value
End Sub
--
A. Ch. Eirinberg


"easylife" wrote:

Hi,
Would appreciate if someone could tell me how one can change the way Excel
displays different file windows on the TaskBar and how one can rename it to
how the sheetname or how one could just rename it in a worksheet to suit
oneself. If there is an add-in that would help. EL2003.

Thanks
--
easylife