Hi there,
I have a workbook with about 100 worksheets, each for a different product. What I would like to do is create a table of contents (with hyperlinks) using the worksheet names.
The worksheets have names such as: A-1, A-2...,B-1, B-2...,C-1,C-2...,D-1,D-2...
Furthermore, I would like to sort the products into about 4 different columns (A,B,C,D)
Example:
Table of Products
A B C D
A-1 B-1 C-1 D-1
A-2 B-2 C-2 D-2
I have the following code (not mine) that creates the a list hyperlinks, which works quite well but not exactly what I would like. I have tried some 'if' statements using the 'like' command but I couldn't get it work. Any help is greatly appreciated.
Thanks.
Bookmarks