View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zone Zone is offline
external usenet poster
 
Posts: 269
Default DisplayWorkbookTabs Macro

I have a workbook with 37 worksheets. For convenience, I have a
userform that allows the user to set several of the workbook's
properties, one of which is to show or hide the worksheet tabs. If I
activate one sheet and use a line like ActiveWindow.DisplayWorkbookTabs
= True, only the sheets with something on them show the tabs. If the
sheets are empty, the tabs aren't shown. Wierd. I want to show or not
show the tabs on ALL the worksheets. Help! Excel 2002.
Zone