Multiple Choice
Which VBA keyword(s) is required as the last statement of a function procedure?
A) End Procedure
B) End Function
C) Option Procedure
D) Option Function
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Which is easier to create, a macro
Q21: When you encounter a run-time error, VBA
Q22: This function returns today's date.<br>A) TodayDate<br>B) TodaysDate<br>C)
Q23: Visual Basic code is stored in a
Q24: These types of errors occur after the
Q26: Debug means to _.<br>A) Write code using
Q27: You would most likely create a function
Q28: A function created in a standard module
Q29: Which VBA keyword(s) is required as the
Q30: Which of the following is NOT a