Columns for List

Hi There,

Is there a way to quickly add column headings to a list?


Image of list

Thanks for the help.

Best Regards,

Steve.

Edit (Paul): Fixed URL for image

ListBox1.Heading(0) = “Column Name 1”
ListBox1.Heading(1) = “Column Name 2”

Or use the InitialValue property in Inspector. The first row of items separated by tabs is the heading row if you switched headings to enabled.

Hi there,
Thanks for the info, I’ll have a look at your suggestions.

Best regards

Steve.

Steve: I love your screen shot (is it for doing the changes “live” ?)

What about changing the column header string while the document is open ?
(that is why I love the screen shot)