Thread: always on top
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Robert Martim, Excel Robert Martim, Excel is offline
external usenet poster
 
Posts: 20
Default always on top

You can change the visibility of the other workbooks. You set the workbook
and then make it invisible:

Set oWorkbook = Application.Workbooks("My_Workbook_Name")
Application.Windows(oWorkbook.Name).Visible = False

--
Robert
Author of RibbonX: Customizing the Office 2007 Ribbon:
LATEST INTERACTIVE TUTORIAL:
http://www.msofficegurus.com/videos/...p_HT_Chart.asp
FORUM: http://www.msofficegurus.com/forum/