Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

New perspectives excel 2019 module 7 sam project 1a

28/10/2021 Client: muhammad11 Deadline: 2 Day

New Perspectives Excel 2016 | Module 7: SAM Project 1a

C:\Users\akellerbee\Documents\SAM Development\Design\Pictures\g11731.png New Perspectives Excel 2016 | Module 7: SAM Project 1a

Reclaim the River

Developing an Excel Application

GETTING STARTED
Open the file NP_EX16_7a_FirstLastName_1.xlsm, available for download from the SAM website.

Save the file as NP_EX16_7a_FirstLastName_2.xlsm by changing the “1” to a “2”.

0. If you do not see the .xlsm file extension in the Save As dialog box, do not type it. The program will add the file extension for you automatically.

With the file NP_EX16_7a_FirstLastName_2.xlsm still open, ensure that your first and last name is displayed in cell B6 of the Documentation sheet.

· If cell B6 does not display your name, delete the file and download a new copy from the SAM website.

If you see a Message Bar with a security warning at top of the Excel window, click the Enable Content button in the Message Bar to enable the macros contained in the file (see Figure 1).

Figure 1: Security Warning Message Bar

To complete this project you will need to display the Developer tab. To add this tab to the Excel ribbon, click the File tab to open Backstage View and then click the Options button. In the Excel Options dialog box, click the Customize Ribbon option and click the Developer check box (see Figure 2). Click the OK button to close the Excel Options dialog box and confirm the Developer tab appears in the Excel Ribbon.

Figure 2: Customize Ribbon Section of Excel Options Dialog Box

PROJECT STEPS
Dee Amytha is the coordinator for the Reclaim the River, a 3-day volunteer event where local businesses and community groups help to revitalize the banks of the Charles River. She has asked for your help updating the worksheet she is using to track and record volunteer information.

Switch to the Volunteer Totals worksheet, and then unprotect it.

Dee started to create named ranges in the worksheet and has asked you to finish the updates.

Create a defined name for the range C5:C10, using Friday_Afternoon as the range name.

View the comment associated with cell A10. Follow the instructions in the comment to update a value in the worksheet, and then delete the comment.

Edit the defined name associated with the range C15:C20 to be Saturday_Afternoon instead of Sat_Aftr. [Mac Hint: Delete the named range Sat_Aftr, and use Saturday_Afternoon as the a new named range for the range C15:C20.]

Apply the defined names Saturday_Morning, Sunday_Morning, and Sunday_Afternoon to the existing formulas on the Volunteer Totals worksheet. Ignore Relative/Absolute value and use row and column names. (Hint: If you receive an error that Excel cannot find any references to replace, make sure that only a single cell, rather than a range, in the worksheet is selected prior to applying the defined names.)

Select the range G3:H8 and create names from the selection, using the values shown in the Left column.

In cell H9, enter a formula using the SUM function to total the values in the defined range Total_Volunteers. Use the defined range Total_Volunteers in your formula.

Insert the following comment into the merged range G1:H1: Consider moving this table to another worksheet. (including the period). If necessary, hide the comment.

Dee wants to create a macro that will allow her to quickly add the Reclaim the River header to any worksheet she adds to the workbook.

Switch to the Volunteer Letterhead worksheet. Make sure the Use Relative References option is not selected in the Developer tab. [Mac Hint: The Developer pane doesn’t include this option, so Mac users can ignore this option.]

Record a macro named RtR_Letterhead, stored in the current workbook with the keyboard shortcut Ctrl+ Shift+L [Mac Hint: Option+Cmd+Shift+L] and the description Macro to add the Reclaim the River letterhead to a worksheet. (including the period). With the macro recording, complete the following actions:

a. Change the column width of columns A:D to 21.00 characters.

b. Merge and center the range A1:D1.

c. Enter the text Reclaim the River into the merged range A1:D1.

d. Italicize the merged range A1:D1 and apply a 24 pt. font size to the merged range.

e. Change the background color to Blue, Accent 5, Lighter 40% (9th column, 4th row in the Theme Colors palette) and the font color to White, Background 1 (1st column, 1st row in the Theme Colors palette).

f. Click the Stop Recording button in the Code group on the Developer tab.

Confirm that your macro works as expected by switching to the Volunteer Records worksheet and running the RtR_Letterhead macro you just recorded. (Hint: You can use the keyboard shortcut you just created to run your macro.)

Switch to the Volunteer Registration worksheet.

Delete the defined name Volunteer_Data associated with the range C4:C8 on this worksheet.

Dee created two macros to use on the Volunteer Registration worksheet. She wants you to review the macros and assign them to buttons, to make them easier to access.

Assign the Clear_Data macro to the Clear Data macro button in the range B10:B11.

Edit the Clear_Data macro (found in Module 1).

In the Clear_Data macro VBA code, change the range used in the code to the range C4:C8. The edited code should read: Range("C4:C8").Select (see Figure 3 for details).

Run the Clear_Data macro to confirm that the macro erases the values in the range C4:C8. (Hint: You must complete Step 17 correctly to receive credit.)

Figure 3: Clear_Data() Macro

Create a form control macro button in the range C10:C11, next to the Clear Data button and then complete the following actions:

g. Assign the macro Record_Volunteer to the button.

h. Change the button label using Record Volunteer as the new name.

In cell C6, create a data validation rule that will only accept date values corresponding to the dates of the Reclaim the River event as described below:

i. The dates should be between 5/18/2018 and 5/20/2018.

j. The input message should have the title Volunteer Date and should use the text Enter volunteer date. (including the period) as the Input message.

k. The error alert should have the Stop style with Invalid volunteer date. (including the period) as the title.

In cell C7, create a data validation rule that will only accept values from a list corresponding to the different assignment at the Reclaim by the River event as described below:

l. The validation rule should ignore blanks and appear as an in-cell dropdown.

m. Enter the following list: Waterfront Cleanup, River Cleanup, Landscaping, Material Transport, Refreshments, Support as the validation source.

n. The input message should have the title Assignment and should use Select an assignment from the list. (including the period) as the Input message.

o. The error alert should have the Stop style with Invalid assignment. (including the period) as the title.

Edit the data validation rule associated with cell C8 as described below:

p. The input message should have the title T-Shirt Size and should use Select a t-shirt size from the list. (including the period) as the Input message.

q. The error alert should have the Stop style with Select a valid t-shirt size. (including the period) as the title.

Enter the following volunteer information into the worksheet:

r. In cell C4, enter Kate Bryant as the Volunteer Name.

s. In cell C5, enter Ultimate Craft Center as the Organization.

t. In cell C6, enter 5/19/2018 as the Volunteer Date.

u. In cell C7, select River Cleanup as the Assignment.

v. In cell C8, select S as the T-Shirt Size.

With all the changes that you’ve made to the worksheet, Dee now wants to make sure that no further changes can be made.

Format the range C4:C8, so that the cells in this range are unlocked. Then protect the Volunteer Registration worksheet without using a password and using the default settings.

Protect the structure of the current workbook without using a password.

Your workbook should look like the Final Figures on the following pages. Save your changes, close the document, and then exit Excel. Follow the directions on the SAM website to submit your completed project.

Final Figure 1: Volunteer Totals Worksheet

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

High Quality Assignments
Chartered Accountant
Buy Coursework Help
Helping Engineer
Solution Provider
Innovative Writer
Writer Writer Name Offer Chat
High Quality Assignments

ONLINE

High Quality Assignments

As an experienced writer, I have extensive experience in business writing, report writing, business profile writing, writing business reports and business plans for my clients.

$40 Chat With Writer
Chartered Accountant

ONLINE

Chartered Accountant

After reading your project details, I feel myself as the best option for you to fulfill this project with 100 percent perfection.

$28 Chat With Writer
Buy Coursework Help

ONLINE

Buy Coursework Help

I have read your project description carefully and you will get plagiarism free writing according to your requirements. Thank You

$21 Chat With Writer
Helping Engineer

ONLINE

Helping Engineer

I am a professional and experienced writer and I have written research reports, proposals, essays, thesis and dissertations on a variety of topics.

$27 Chat With Writer
Solution Provider

ONLINE

Solution Provider

I have worked on wide variety of research papers including; Analytical research paper, Argumentative research paper, Interpretative research, experimental research etc.

$28 Chat With Writer
Innovative Writer

ONLINE

Innovative Writer

As an experienced writer, I have extensive experience in business writing, report writing, business profile writing, writing business reports and business plans for my clients.

$20 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Principles of distributed database systems 3rd edition - Downlight spring clip instructions - Shadow health chest pain answers - Advanced PC Applications Lesson 6 - Curtin university exam results - Mathoverflow trap rslogix 500 - Entrepreneurial Essay - Discussion 01: Introductions - Cost of capital practice questions and answers - How to create an ecomap in word - Part 3: BRD - Joint assignment - Viavi onx 620 manual - Video analysis tool long term retention assignment - Weatherford laboratories norway as - Case 35 deluxe corporation solution - Paper review summary - Roman legion marching speed - Time is of the essence construction contract - Discussion Post - DP 3 - Explain economic factors that resulted in the great depression - Respondus lockdown browser password - Equivalent markup on selling price - Peoples first community bank tallahassee fl - Zask international medical supply inc - Clients will need relevant strategies resources and networks for support - Assignment 2 block business letter - R001 01 understanding computer systems - The safety impact on human of rocket launching - Answer book reading power2 exercises unit 1 answers - CBR - Cie chemistry data booklet - Batemans bay triathlon results - Internet - What is time value of money in capital budgeting - Dimplex xt c asbestos - Ben and jerry's vision statement - Milestone One Assignment - North east surrey crematorium - Rethinking marketing the entrepreneurial imperative pdf - Answer the following questions - DQ ! MICRO BIO - #4 - How is hmo paid or financed - Weeko lasto 15 - Dr jody janati reviews - Arduino write to csv - Speech - Essential oils for polymyalgia - Boston bravo 20 review - Coastal landforms erosion and deposition - Systematic observation in psychology - Effective Speaking - Perla yuridia ruiz castro wikipedia - Is wayne williams still in jail - 620 paper - Response to post 150 words APA format - All my own work - Bluecoat wollaton uniform shop - The ancient greek synoikismos or synoecism meant - Data structures in java tutorial pdf - 7/265 ocean drive port macquarie - The true benefit of using an array lies in your ability to use a ____ as a subscript to the array. - Identifying motherboard components worksheet - Can you mix different size solar panels - Problem solving inventory psi pdf - FOUNDATIONS OF DEVELOPMENT: THEORIES AND HISTORY MDP 500 Assignment 1 - Oncourse strategies for creating success - Lecoq 7 levels of tension - Com510 week 7 paper - What outcomes do horizontal merger and acquisition strategies intend - CASE STUDY - Data flow diagram for hotel management system - Heymann company bonds have 4 years left to maturity - An electronics company produces transistors resistors and computer chips - Scope of service level management process covers - Advanced Cyber security - A proton is traveling horizontally to the right at - Density of carbon tetrachloride - Ally craft 410 rhino - Exercise 1 12 accounting principles and assumptions - Bird in a gilded cage poem - Summary 1/2 paragraph - Mystic monk coffee case study pdf - How to enter infinity on webassign - HA575 DQ10 - Is eosin methylene blue agar selective or differential - The deluxe store is located in midtown madison - Trig e track merringtons - Shrinking and stretching graphs - History 20600 Modern Europe - Information about Paleolithic Age - Usa today vs wall street journal - Dove body wash 34 oz walmart - Discovery bible study worksheet - Markers micador colourfun 12's - Performance with purpose the promise of pepsico - Cloud Computing - PSYCHOLOGY/NURSING QUESTIONS