Modify the titlebar

August 15th, 2004 | Categories: Excel.mod | Tags:
-->

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.

Can't get the tutorial to work for you? Need help with your code?
Get answers right away at our AE Excel Support Forums!
No comments yet.