View Full Version : VBA Counting number of items in listbox


shamas21
02-11-2009, 02:55 AM
Hi All

I have a form called 'Form1' and have a listbox within it called 'List1'

Its populated with data.

How can i determine how many items are in 'List1' using VBA?

Thanks

KenHigg
02-11-2009, 03:35 AM
hum...

me.MyListBox.listcount?

fyi: all you have to do is use intellisense to see this stuff