Hi ,
Open your Summary_Report.xlsm ( the file extension has to be .xlsm since these macros need to be saved ) , click on the Developer tab , Visual Basic ; you should see the Project explorer window.
Under an item labelled VBAProject (Summary_Report.xlsm) , you should see an item labelled ThisWorkbook. Double click on this ; a blank window should open up. Copy the code that is posted here into that.
Make the changes necessary to tailor the addresses to whatever your worksheet data requires. Position your cursor in the Incorporate procedure , and click the Run button.
However , I suggest that if you are not familiar with macros , and you need to run these on a regular basis , it would be better if you took the help of a colleague or friend who is more familiar with Excel macros to help you out , since you might to need to modify this in future.
Narayan