Use this code Mohit '1) Create a ComboBox in "Sheet1" '2) Insert a new module and paste the following code
Sub Auto_Open() For i = 1 to thisworkbook.sheets.count Combobox1.Additem sheets(i) Next i End Sub '------------------------------------------------------------------ '3) Paste the following code in the module "Sheet1(Sheet1)" ComboBox1_change() sheets(combobox1).activate end sub Hemant Hegde On Sep 22, 7:41 pm, Mohit Agarwal <mohit.i...@gmail.com> wrote: > Hi, > Is it possible to go to create a drop down list of names of all the > worksheets in a workbook without writing the names on a different sheet and > then using data validation. I mean if I am not sure about the names of > worksheets or if some more worksheets are added later then is it possible to > get a drop down automatically containing all the worksheet names. > > Also, is it possible to go to a specific worksheet by selecting its name > from drop down. (even if the above query does not work and i have to write > the names of all the worksheets on a different sheet and then create a drop > down from it, is it possible to open a specific worksheet by selecting its > name in drop down list) > > Regards > Mohit Agarwal > 09214368691 > > "We are what we do repeatedly. Excellence then, is not an act, but a habbit" > - Aristotle > > Excel Query.xls > 23KViewDownload --~--~---------~--~----~------------~-------~--~----~ ---------------------------------------------------------------------------------- Some important links for excel users: 1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at http://www.excelitems.com 2. Excel tutorials at http://www.excel-macros.blogspot.com 3. Learn VBA Macros at http://www.vbamacros.blogspot.com 4. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com If you find any spam message in the group, please send an email to: Ayush Jain @ jainayus...@gmail.com or Ashish Jain @ 26may.1...@gmail.com <><><><><><><><><><><><><><><><><><><><><><> HELP US GROW !! We reach over 6,500 subscribers worldwide and receive many nice notes about the learning and support from the group. Our goal is to have 10,000 subscribers by the end of 2009. Let friends and co-workers know they can subscribe to group at http://groups.google.com/group/excel-macros/subscribe -~----------~----~----~----~------~----~------~--~---