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

Find the molar solubility of srco in pure water - Art dicussion 3 - University of ottawa political science - Acc 400 week 1 assignment from the textbook - Strategic Planning - Nursing Discussion - Competence aicpa code of professional conduct - Comp xm board query questions - Eastman kodak future - Btn the gallipoli story - Compactor preventative maintenance checklist - Internal and external stakeholders in healthcare - Humn 8660 - Reply - Pauline knowles mobile vet - Discuss Question - Musee des beaux arts analysis essay - Sweet paradise put up a parking lot lyrics - Guide dogs for the blind xmas catalogue - Sunbeam fraud case - Pacific whale foundation cancellation policy - Why does length affect the period of a pendulum - At a certain location wind is blowing steadily - What were the most compelling topics learned in this course - The idea that women place a high value on caring and nurturing others is the _____ theory. - Socccd.blackboard.com - Bex web application designer step by step - Pierce manufacturing determines that the daily revenue - Stealing carol ann duffy poem - Criminal justice and procedures - Paper - How to restart anz eftpos machine - Csi wildlife analyzing genetic evidence answers - Confucius the master tactician - Technology across the care continuum - Cyber Security - Both rdp and tq share the idea that - At&t swot analysis - Influences of Ancient Architecture - Specimen handling in the operating room - Table tennis competition sydney - Virtul psy - Ornate style of architecture - Is value chain analysis internal or external - HIMA350 Week 6 Forum - Lady macduff scene macbeth - CPK Case Study UVA-F-1553 - Eastman dental hospital referral form - Tesla motors case analysis - Difference between ohmic and non ohmic resistor - The walt disney studios case study 2016 - Acc 201 accounting cycle workbook answers - List and briefly define ieee 802.11 services - Hg2 3 po4 2 - Romanesque and gothic art - All 4 problems are independent problems and should be considered separately. - Week 3 Discussion Board - Cooper's ethical decision making model summary - Week 3 Assignment: Socioautobiography Narrated PowerPoint – Personal Case Study - Nick burns adelaide uni - John travolta movie about contaminated water - I live at home in a trailer lyrics - Dubki dance - Quotes in death of a salesman - 15 Page Double Space Essay Needed ASAP - JC Penny as a Case Study - Grasslin time clock instructions - Samsung nand flash part number decoder - Expected cash collections in december are - Ouija board figure 8 - Discrete variable in research - Adult pre-exercise screening system apss - What's the difference between firmware and software - The importance of being earnest social class - Physical Security - Assignment - Who is narrating the short story charles - 01.16 writing your narrative english 4 - Tech - Wps pearsoned co uk financial management - What was howard schultz's original strategic vision for starbucks - Chemistry: Temperature and Pressure - Dependents of Phase Equilibria Questions - Guest house rental rates excel - One point east of due south - Knowledge skills abilities and other characteristics ksaos - Polynomial project - Beckwith wiedemann syndrome medscape - Why is absolute magnitude negative - Discussion(NS) - Divergent unveils part 3d printed supercar - N492 Assignment Mod 4: - The cell laboratory report 3 - Mental Health Care Plan - Moteki company accumulates the following adjustment data at december 31 - Castlehill primary school fife - Settlers hut walk namadgi - Https online vitalsource com user signin - Analysis of electronic health records - Questions - Jealous husband returns in form of parrot