View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Widen Sheet Tab View Q

Don't know if there is a way to expand/contract the scrollbar size
automatically but..............

ActiveWindow.TabRatio = x

With ratio being 0 (no sheets showing) to 1 (full width)

ActiveWindow.TabRatio = .5 will be half the width.

Note: if too many sheets not all will show in any case.


Gord Dibben MS Excel MVP

On Tue, 4 Aug 2009 06:11:45 -0700 (PDT), Seanie
wrote:

What code could be used to widen the bottom task bar to fit/make
visible all sheets?