View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KJL KJL is offline
external usenet poster
 
Posts: 5
Default list box on user form

I have a user form on a worksheet that I want to show a list box on that
will allow the user to select what information they will see on the
worksheet. The problem I'm having is that the information I want is on a
different worksheet. The information on that worksheet is from a query. Is
it possible to have my list box populate from a query on another worksheet?

Thanks