Knowledge check on Excel VBA
Number
Character
Label
Date/Time
Format -> Window
View -> Window-> Split
Window -> Split
View –> Split
Iserr excludes #n/A and returns the value
Both are same
Iserror excludes #n/A and returns the value
Iserr returns when the value is #value
= VLOOKUP(lookup_value, table_array, col_index_num, [not_exact_match],[range_lookup])
= VLOOKUP(lookup_value, table_array, col_index_num, [exact_match],[range_lookup])
= VLOOKUP(lookup_value, table_array, range_lookup, [col_index_num])
= VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
The sheet tab is changed.
An absolute cell address is created.
Cell address will change when it is copied to another cell.
The status bar does not display the cell address.
True
False
Objects, Methods, Properties and Variables
Objects,Properties,Methods and variables
Methods,Objects,Properties and variables
Variables,Objects,Methods and Properties
Pass By Address
Pass By Reference
Pass By Value
None Of the Above
True
False
Deletes Entire Rows from 1 to10 in the worksheet "Data"
Deletes contents from Rows 1 to 10 in the worksheet "Data"
Deletes Entire Columns from 1 to10 in the worksheet "Data"
Incorrect Statement
Sheets("Sheet1").Visible = True
Sheets(1).Visible = xlSheetVeryHidden
Sheets("Sheet1").Visible = False
None of the Above
It Make the Declaration of Variable Optional
It Make the Declaration of Variable Unnecessary
It Make the Declaration of Variable Mandatory
It Declares the Default Lower Bound for Arrays
True
False
True
False
Double-click the sheet tab, type a name, and press Enter.
Click the sheet tab, type a name, and Press Enter.
Right-click the sheet tab, choose Rename, type a name, and press Enter.
Home --> Cells Group --> Format --> Rename
Wait!
Here's an interesting quiz for you.