I need help! What comes after "userform1.listbox1.rowsource = " I
have a named set of cells and I want the listbox to show the named set
of cells on the active sheet. Do I need to post more information???

This is what I have in VB:

Sub SelectItemsActive()
UserForm1.ListBox1.RowSource = "$ActiveSheet!DB"
UserForm1.Show
End Sub