gemma-the-husky Super Moderator Staff member Local time Today, 20:21 Joined Sep 12, 2006 Messages 16,096 Mar 15, 2014 #1 Am I right in thinking that the a listbox.itemcount increases by 1 if you include headers. ie - the headers are counted as a row?
Am I right in thinking that the a listbox.itemcount increases by 1 if you include headers. ie - the headers are counted as a row?
W WayneRyan AWF VIP Local time Today, 20:21 Joined Nov 19, 2002 Messages 7,120 Mar 15, 2014 #2 gemma, Yes. Me.ListBox.ItemData(0) is Header Me.ListBox.ItemData(1..n) is Data. Wayne