Week of
PasswordChar, which
is a character that can be used to block out the password field so
it can't be read. A typical password character is the asterisk (*)
but you can choose another if you like.
The image shown below has had a few other changes made to it, but you can create your form however you want.
Save the spreadsheet file as a Macro Enabled Workbook (.xlsm)
file before you write more code. Name your spreadsheet with your
network login followed by _l07.xlsm. For example, if
your network login was barn4520, then your lab file
should be named barn4520_l07.xlsm. Save often.
All tasks are to be completed on your own.
Show the Developer Tab in Excel. Click File / Options Customize Ribbon and check the option for Developer Tab.
Put all code into a Module. Use a different Module for each task and name them appropriately as Task1 or Task2 etc.
Copy and paste this header into your code modules and fill it out:
Option Explicit ' ==== CP212 Windows Application Programming ===============+ ' Name: Your Name ' Student ID: ' Date: ' Program title: ' Description: '===========================================================+
When complete, test it before submitting it to the dropbox.
When finished upload your file to the Lab 7 Task Dropbox in MyLearingSpace.
Download the file Receivables.xlsx which contains data on a company's receivables from its customers. Each row corresponds to a particular customer. It indicates the size of the customer(1 for small, 2 for medium, 3 for large), the number of days the payment has been outstanding, and the amount of payment due
Note