This is the code I am using to set the Application Title.
It changes back to the original title when I Page.Jump()...Code:appHdl = Application.GetWndHandle() Window.SetText(appHdl, "New Application Title")
Am I missing something or shouldn't the Application window title remained changed...?

Reply With Quote

