Thread
:
List box question
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
List box question
Of course, you need: ListBox1.ColumnCount = 1
Then after: ListBox1.AddItem f1.Name
Insert: ListBox1.List(ListBox1.ListCount - 1, 1) = "whatever"
HTH,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet