You are on page 1of 1

GLOSSARY

Learning VBA in Excel


With Curt Frye

Use these terms and definitions below to understand concepts taught in the course.

Transcript Search: note that you can search for terms directly within the course. To search video text, switch to the Transcripts tab, then
press Cmd/Ctrl + F on your keyboard to run a search within the active transcript.

Term Definition

A place in the code that stops the program until you tell it to continue;
break point
useful when determining if a program is functioning correctly

A single bit that can be on or off, true or false; corresponds to one or


Boolean
zero

byte An eight-bit digit that runs from zero to 255

function A procedure that can be used in a function

integer Can be any value from -32,768 to 32,767

object-oriented Assumes that everything in the environment, including methods, events,


programming and properties, will be treated as an object

A system of statements that is used to control a computer; must be able


programming
to accept input from external data or a user, as well as store date on
language
which to operate; provides an output based on the input

Can affect a workbook, write values to cells, and perform calculations;


subroutine
cannot be used in a formula

LinkedIn Learning and Lynda.com are registered trademarks of LinkedIn Corporation. All rights reserved, 2019.

You might also like