S shamas21 Registered User. Local time Today, 19:34 Joined May 27, 2008 Messages 162 Feb 11, 2009 #1 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
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 Registered User Local time Today, 14:34 Joined Jun 9, 2004 Messages 13,327 Feb 11, 2009 #2 hum... me.MyListBox.listcount? fyi: all you have to do is use intellisense to see this stuff