View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ruddojo ruddojo is offline
external usenet poster
 
Posts: 7
Default VBA to show two worksheets in workbook

That looks exactly like what I need -- I'll test it on Monday. THANKS SO MUCH!

"Leith Ross" wrote:


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