View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Steve Sparti
 
Posts: n/a
Default ???Help??? Userform.Listbox.rowsource = ???

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