Multi tab setup

P

pgarcia

Hello all,
Workbook has multiple tabs (4-25+). All the tabs are setup in the same
format and layout. User will put an X in column N, O or P as a data
indicator. I need to have a tab that will give me information from column G
if N, O or P has an X in the column. I would like to have one tab show me all
the data from the tabs that are in the workbook and be able to add more tabs
if need.

Thanks
 
S

Sean Timmons

With that many tabs, you probably want to ask that in the programming
section, as VB can loop for the number of worksheets you have. otherwise,
you'd have to use lookups, and 25 lookups is not a happy thing...
 
S

Sean Timmons

With that many tabs, you probably want to ask that in the programming
section, as VB can loop for the number of worksheets you have. otherwise,
you'd have to use lookups, and 25 lookups is not a happy thing...
 

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

Top