User form list box refering to another worrkbook

  • Thread starter Thread starter Hank Hendrix
  • Start date Start date
H

Hank Hendrix

How do I refer to another workbook (open or closed) to display a list box in
a user form?
Thanks
Hank
 
If you mean as the source of the data, the other workbook should be open
then set the rowsource to

[Myworkbook.xls]Sheet1!A1:B10
 
Just what I needed - Thanks Tom

Tom Ogilvy said:
If you mean as the source of the data, the other workbook should be open
then set the rowsource to

[Myworkbook.xls]Sheet1!A1:B10

--
Regards,
Tom Ogilvy

Hank Hendrix said:
How do I refer to another workbook (open or closed) to display a list
box
in
a user form?
Thanks
Hank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top