![]() |
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? |
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