liqiang888's picture
Upload 674 files
62722a6 verified
raw
history blame
No virus
432 Bytes
QUESTION 19 In VBA what is the impact of including "Option Explicit" at the top of a module? a. It forces the VBA interpreter to strictly abide by the provided procedural functions b. It prompts Excel to compile the provided code, increasing the speed at which the macro executes c. It requires that all variables are to be declared before use d. It limits the following code to a subset of the available VBA functions