excel vba code

J

jaypee

what it this means?what is ScrollWorkbookTabs?

Private Sub Workbook_Open()
ActiveWindow.ScrollWorkbookTabs Position:=xlFirst
End Sub

thanks
 
N

Norman Jones

Hi Jaypee,

The ScrollWorkbookTabs Method scrolls the tabs display in the same way that
the video type buttons to the left of the tabs do. The method does not
change the sheet selection and its effect will not be apparent unless the
number of sheets is greater than the tab display.
 
Top