excel vba code

  • Thread starter Thread starter jaypee
  • Start date Start date
J

jaypee

what it this means?what is ScrollWorkbookTabs?

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

thanks
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top