



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This lecture focuses on adding controls such as buttons, textboxes, checkboxes, and forms to excel worksheets. Principles of interface design, properties and events of various control types, and creating and designing forms. Students will learn how to make the user's next step obvious, use dynamic input-verification techniques, and protect worksheets.
Typology: Assignments
1 / 6
This page cannot be seen from the preview
Don't miss anything!




-Adding Controls-User Forms
Use formatting to create visual contrast between cells ofdifferent purposes (input, output, formula) ^ Visually separate different sections of the interface Use consistent formatting for same-purpose cells Formatting should not detract from task Each interface should logically flow left to right, top tobottom ^ Guide the user ^ Worksheets should flow left to right
Make the user’s next step obvious ^ Cell comments, validation lists, default values, gooddescriptive field names Use dynamic input-verification techniques, do not wait untilend Do not allow catastrophes ^ Protect worksheets, only unlock cells requiring input, hidesheet tabs Do not allow the user to get lost
List Box w/o scroll Dropdown ComboBoxSimple ComboBox Dropdown ListBox List Box w scrollList Box w scroll •ListBox control– Choose an item, with/without scroll bars (VBA automaticallyadds scrollbar) •ComboBox control
lstNames.AddItem (txtName.Text)