I use the following script to remove the workbook caption.
However it still leaves the following text in the title bar Workbook1 [compatibility].
Is there a way to remove the workbook name and compatibility text.
I need this workbook to be compatible as it is used in earlier versions.
Code:
Application.Caption = ""
However it still leaves the following text in the title bar Workbook1 [compatibility].
Is there a way to remove the workbook name and compatibility text.
I need this workbook to be compatible as it is used in earlier versions.