VBA Counting number of items in listbox

shamas21

Registered User.
Local time
Today, 19:34
Joined
May 27, 2008
Messages
162
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
 
hum...

me.MyListBox.listcount?

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

Users who are viewing this thread

Back
Top Bottom