Thread: Menu Name
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Menu Name

Try

Application.Caption = "Hi there this is Excel and the file name is "

To restore

Application.Caption = ""




--
Regards Ron de Bruin
http://www.rondebruin.nl



"Ashman" wrote in message ...
Is there anyway of using a macro to change the Microsoft Excel Menu, ie it
dispays Microsoft Excel plus the file name. I am wanting to add something in
before the file name.

Is this possible?

Jas