ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how to delete "non-commercial use" from title bar (https://www.excelbanter.com/excel-discussion-misc-queries/135008-how-delete-non-commercial-use-title-bar.html)

wnkg

how to delete "non-commercial use" from title bar
 
I bought office home and student 2007 and the word excel programs has
'non-commercial use' in the title bar. How do I get rid of this in the title
bar header of the program?

Gord Dibben

how to delete "non-commercial use" from title bar
 
You could try some code in the Thisworkbook module.

Don't know if will work since I don't use 2007 but no harm.

Sub workbook_open()
Application.Caption = "MYAPP"
End Sub


Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.Caption = ""
End Sub


Gord Dibben MS Excel MVP


On Thu, 15 Mar 2007 09:32:47 -0700, wnkg wrote:

I bought office home and student 2007 and the word excel programs has
'non-commercial use' in the title bar. How do I get rid of this in the title
bar header of the program?




All times are GMT +1. The time now is 12:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com