The attached sample application illustrates how to add items to a two-column ListBox, as well as how to scan these items via a script in another object.
To add the items, a script was created at ListBox1‘s OnStartRunning event.
The script of Scan ListBox button shows, via MsgBox command, all items in ListBox1.
Attachments: