Multiple Choice
While entering a VBA code directly,to continue a single line of code from one line to the next,end the first line with:
A) a space followed by an equal sign.
B) a continue Sub statement.
C) a space followed by an underscore.
D) a space followed by a double quote.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q74: The _ is a software tool that
Q75: Which of the following is a programming
Q76: Which of the following data type uses
Q77: A(n)_ is the simplest type of VBA
Q78: Which VBA loop structure is controlled by
Q80: Dan was making a science project.He wanted
Q81: In a _ loop,the macro executes the
Q82: You view and edit VBA macros using
Q83: In VBA,which of the following logical operators
Q84: Which of the following is a built-in