Modify the titlebar

Automate Excel

Modify the titlebar

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.

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.