Font size
WorksheetsExcel Macro
Total questions: 10
Worksheet time: 3mins
It is used to illustrate a language’s basic syntax
Hello
msgbox
Hello World
Hello Universe
A pointer or logical reference to a location in memory where a piece of data is stored
ClearContents
Dim
Data Type
Variable
Which one is NOT a valid Variable name?
Wow_Variable
12Variable
VariableX
Y
Attribute of data which tells the compiler or interpreter how the programmer intends to use the data.
Data Type
Variable
Int
String
Non-Numeric data type that uses True or False.
Object
String
Date
Boolean
Types of Procedures
Module
Sub
Function
Form
Usually refers to a single cell at a time.
Byte
Dim
Cell
Range
An automated input sequence that imitates keystrokes or mouse actions.
Macro
Micro
VBA
Microsoft Excel
File format for macro enabled excel file.
.doc
.xlsx
.xlsb
.xlsm
Function Key to run all lines of code of a Sub Procedure in VBA IDE.
F4
F5
F6
F7
