I am openly an idiot when it comes to programming VB and need some help. I have 3 workbooks, lets call them 2011file, 2012file, and 2013file. In each workbook, there are 20-30 tabs, each one representing a vendor of mine. Each tab is identically formatted for columns, etc. What I want to do is search through all of the sheets of each workbook for a specific value in the 'part number' column (F), and then return the total sum of the $ amount that is found in the 'delivered amount' column (R). Basically, I need to be able to show the total revenue for a specific part for each year. Hopefully to make this simple, I only need one specific part, so that text can be hard coded into the macro. I don't need it to be variable in any way.
Can someone point me in the right direction? I appreciate any help in advance.
Bookmarks