Example.xlsm I've created a spreadsheet for dealing with Product quantities, I've got several different sheets:
Summary Page - This is where all the products show up with total amounts etc.
Item sheets - Sheets where info is contained for each item, might be called 01A, 01B etc.
Data Fields - where users input product info so they can then just used drop down menus on the item sheets to make it quicker
Then some other sheets that would normally be hidden that just contain things that are of use to me!
I have attached the spreadsheet with as little nonsense on as possible!
At the moment I have a formula that searches specified sheets (have to hand write sheet names on Data Fields page) for the product description, then adds up the corresponding quantity to give the total on the summary page.
But what I want is a Macro that will search ALL sheets except some specified ones (Summary Page, Data Fields etc.) so that if the user needs to add in another item sheet or remove one it will automatically know, because currently I have to change the formulas by hand.
Please let me know if any clarification is needed. Any help would be appreciated, this is the last piece of my puzzle!
Summary Page - This is where all the products show up with total amounts etc.
Item sheets - Sheets where info is contained for each item, might be called 01A, 01B etc.
Data Fields - where users input product info so they can then just used drop down menus on the item sheets to make it quicker
Then some other sheets that would normally be hidden that just contain things that are of use to me!
I have attached the spreadsheet with as little nonsense on as possible!
At the moment I have a formula that searches specified sheets (have to hand write sheet names on Data Fields page) for the product description, then adds up the corresponding quantity to give the total on the summary page.
But what I want is a Macro that will search ALL sheets except some specified ones (Summary Page, Data Fields etc.) so that if the user needs to add in another item sheet or remove one it will automatically know, because currently I have to change the formulas by hand.
Please let me know if any clarification is needed. Any help would be appreciated, this is the last piece of my puzzle!