Answer the question
In order to leave comments, you need to log in
How to make a drop down list of sheets followed by autocomplete from the selected sheet?
Good day!
There is a book, it contains n sheets with specifications.
There is a label on the first page. In the cells of one column, you need to make a drop-down list of sheets ("sections") of this book. When you select "section" in the next column, a drop-down list appears from the cells of a specific column of the table from this sheet ("name"). When "name" is selected, the adjacent cell of the next column ("price") is automatically filled in with the value from the table from the sheet of the selected section.
table example
Thanks for the help!
Answer the question
In order to leave comments, you need to log in
Not quite automated, but the list of sheets can be obtained like this:
Start a macro function:
Function SheetName(SheetNumber As Integer) As String
SheetName = Worksheets(SheetNumber).Name
End Function
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question