View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Paul23
 
Posts: n/a
Default Selecting/Adding data from Multiple Worksheets

Private Sub CommandButton4_Click()

ListBox2.RowSource = "R11:R15"

End Sub

Hi,
With this Code and pressing a button i get the data shown on a list box
within a userform from the active worksheet. However, I need it to add the
data from multiple worksheets and show it too me on the userform!

Thanks