PDA

Click to See Complete Forum and Search --> : Changing/Editing Excel's Application Caption (RESOVLED)


Daniel McCool
Aug 30th, 2003, 07:15 PM
I want to make the titlebar in Excel to include anything I specifiy. I have tried (Application.Caption = "Hello World") but this does not work. Any help? Thanks.

adocwra
Aug 30th, 2003, 07:22 PM
it works but the workbook name is appended

Daniel McCool
Aug 30th, 2003, 07:33 PM
Thanks for confirming this. It wasn't working because I wasn't passing a variable to the function :( *sigh*