Excel Basics
Excel Text Formulas/Functions
Excel Math Formulas/Functions
OOP
Visual Basic
100

This is the bar at the top of Excel, where all of the buttons and menus can be found.

The ribbon

100

This function in Excel allows multiple literals or field values to be combined. 

=concatenate()

100

This function in Excel would give you the ability to add a range of cells, then divide by the number of cells in a single step, giving you the mean. 

=AVERAGE()

100

OOP stand for this.

Object Oriented Programming

100

Visual Basic is this kind of programming language.

Object oriented programming.

200

This is what the fill handle duplicates.

The pattern of the cell.

200

This Excel function gives you the specified number of characters at the beginning of a string value.

=LEFT()

200

This Excel function allows you to add the values of cells or a rage of cells. 

=SUM()

200

In programming, a IDE is...

Integrated Development Environment

200

The IDE used for Visual Basic is ... 

Visual Studio

300

All formulas and function must start with this. 

=

Equal sign

300

This Excel function would return the specified number of characters from a specified starting point in a value. 

=MID()

300

This Excel function would allow you to find the highest value in a range of cells. 

=MAX()

300

All objects in OOP are this.

Container(s)

300

In VB buttons, forms, labels, text boxes, variables, and any other item found in the ToolBox are all...

Objects

Note**
Not all objects have a visual component, like variables and timers for example. 

400

These are examples of...

(A:A)
(B1:D3)

a range (or ranges)

A range is a continuous set of cells in Excel. 

400

This function in Excel is useful for finding a value in a range of cells.

=MATCH()

400

This function will test if a field only contains digits.

=ISNUMBER()

400

These are the basic functionality requirements of a program.

Input, Storage, Process, Output

400

Activating the code Me.Close() on the start-up form would do this, with the default VB settings.

Yes, it will close the form, but more importantly, it will EXIT THE PROGRAM entirely.

500

This integrated programming language can be used in Excel to create forms or extend functionality.

Visual Basic our Applications (VBA)

500

This Excel function returns the number of populated cells in a range, including those with text values.

=COUNTA()

500

This Excel function returns the number of populated cells in a range, whose values are numeric.

=COUNT()

500

These are the aspects of an object that we work with. 

Properties, Events, Methods

500

This VB function allows for a pop-up window that displays text and has buttons automatically.

MSGBOX()

M
e
n
u