filling combo boxes from single outer source

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I want to make a template with combo box on sheet 1. I can fill values for
combo from sheet 2 for example. But that way I'll end up with every single
file (made from that template) also with sheet 2 and all the stuff in it.
Is there any way I can store source for combo values out of template?
Thanx
 
You could still place the lookup values on sheet 2, but instead of hard
coding the values you could place formulas that link back to a globally
available workbook where the lookup values are maintained.

Additionally, you could name the range containing the combobox lookup values
and have a macro automatically read the range in upon opening.

Hope this kinda' points you in a useful direction...
 

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

Similar Threads


Back
Top