PROGRAMMING WITH VBA - Practice Mode

1) What is the another name trigger for an action in VBA?
Correct Answer: Events
2) Which shortcut key allows debugger to run the current procedure and go line after line called the procedure in VBA?
Correct Answer: Ctrl + Shift + F8
3) While debugging code, which statement allows to go to the highlighted line?
Correct Answer: Show next
4) Which control is used to increase or decrease a value, such as a number time or date?
Correct Answer: Spin Button
5) 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?
Correct Answer: Strcomp