Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50057

Populate Excel Userform with Sheet names with double click to open the sheet ??

$
0
0
I found this code here , and its great one

Code:

For Each ws In ActiveWorkbook.Worksheets
ListBox1.AddItem ws.Name
Next ws

now how to add double click on the sheet in the list box and open this sheet ???
any Idea's ??
or is it possible ?

Viewing all articles
Browse latest Browse all 50057

Trending Articles