1. Hwan Sung is a financial analyst at W&K Engineering in Bismarck, North Dakota. He is using an Excel workbook to analyze the financial data for engineering projects, recent revenue, and funding for additional construction equipment. He asks for your help in analyzing data, making financial calculations, and correcting errors. Go to the Projects worksheet and then unprotect it so you can edit the contents. 2 Hwan created a macro named CopyStats to copy the project statistics in the range 13:122, and then paste them on a new worksheet. When he runs the CopyStats macro, however, it includes extra data from column G. View and edit the macro as follows: a. Open the CopyStats macro in the Visual Basic Editor. The macro should select and copy the range 13:L22. b. In the CopyStats macro VBA code, change the range specified in the first line of code after the comments (Range ("G3:122").Select) to use 13:L22 as the range. C. Save and close the CopyStats macro. d. Run the CopyStats macro- e . Use Project Stats as the name of the new worksheet the macro created. 3. Return to the Projects worksheet. Hwan also created a macro named AddRow that inserts a new blank row in the Projects table in the range A4:G37. He wants to assign the AddRow macro to a new button to make it easy to run the macro and add a new project. Create the button as follows: a. Insert a Button (Form Control) button in cell Il to the left of the Print Stats button. b. Assign the AddRow macro to the new button. C . Change the height of the new button to 0.3" and the width to 1". d. Align the new button to the left side of cell Il, and then align its top and bottom with the top and bottom of the Print Stats button. e . Edit the text to display Add Project on the new button. 4. In the Projects table, Hwan wants to make sure that everyone entering project information enters the correct project categories, which are listed in the range 14:17. He asks you to ensure users enter a value from this range. Create a date validation rule as follows: a. In the range C4:037, create a data validation rule that accepts only List values from the range 14:17. b. Create an input message that uses Project Category as the title and the following text as the input message: Enter a project category. C. Create a Stop style error alert that uses Invalid Category as the title and the following text as the error message: Enter a category listed in column