Modify the titlebar to whatever text you’d like.
1. Put the following code in a module
Private Sub auto_open()
Application.Caption = ("AutomateExcel.com")
End Sub
2. Close your workbook and re-open it.
Modify the titlebar to whatever text you’d like.
1. Put the following code in a module
Private Sub auto_open()
Application.Caption = ("AutomateExcel.com")
End Sub
2. Close your workbook and re-open it.