Set 17 Practice Mode

Set Completed!

0 / 5

0%

Q2196
Permalink
What is the another name trigger for an action in VBA?
Q2197
Permalink
Which shortcut key allows debugger to run the current procedure and go line after line called the procedure in VBA?
Q2198
Permalink
While debugging code, which statement allows to go to the highlighted line?
Q2199
Permalink
Which control is used to increase or decrease a value, such as a number time or date?
Q2200
Permalink
Which VBA function compares given strings and returns -1 if the first string is smaller than the second string, returns 0 if both are equal and 1 if the first string is greater than second string?