Hello Ruddojo,
Here is a macro to re-enable the "New Window"...
Code:
--------------------
Sub EnableNewWindow()
Set CmdBar = Application.CommandBars("Worksheet Menu Bar").Controls("&Window")
CmdBar.Controls("&New Window").Enabled = True
End Sub
--------------------
Sincerely,
Leith Ross
--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile:
http://www.excelforum.com/member.php...o&userid=18465
View this thread:
http://www.excelforum.com/showthread...hreadid=563893