recording and running macros
Unit Outcomes:
- Add the developer tab to a workbook.
- Create a basic macro.
- Use the VBA command to determine a monthly payment.
- Create a print button.
Course Outcome:
IT153-4: Create macros to automate worksheets.
Purpose
In this assignment, you will practice what you learned about creating macros using Visual Basic Application (VBA).
Assignment Instructions
Scenario:
Richie’s Subprime provides financing for customers who lack the usual down payments for a loan. The chief financial officer has asked you to automate the entry of financing data into a worksheet that computes the monthly payment and total cost of a loan.
Assignment Requirements
Preliminary Steps:
- Start Excel. If the Developer tab does not display on the Ribbon complete the following steps:
- Select File | Options. The Excel Option dialog box appears.
- Click on Customize Ribbon. The Customize Ribbon dialog box appears.
- Check the Developer Option check box in the right pane.
- Press the OK button. The Developers tab now appears on the Ribbon.
- Enable macros by completing the following steps:
- Click on the Developer tab.
- Click the Macro Security button. The Trust Center dialog box appears.
- Click ‘Enable all macros’.
- Press the OK button.
Please see the attached data file also.