Thread
:
Adding Sheets to a combo Box
View Single Post
#
6
Posted to microsoft.public.excel.programming
Jim Cone
external usenet poster
Posts: 3,290
Adding Sheets to a combo Box
correction...
Me.ComboBox1.AddItem.AddItem Sheet.Name
should be...
Me.ComboBox1.AddItem Sheet.Name
Jim Cone
Reply With Quote
Jim Cone
View Public Profile
Find all posts by Jim Cone