https://quizack.com/vba/mcq/which-statement-declares-an-array
Answer: Dim MyArray() As Array
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More VBA MCQ Questions
To use VBA code to maintain a different VBA project, you can make use of VBA's extensibility. What is needed to enable extensibility?
If VBA code declares FileCount as a constant rather than a variable, the code tends to run faster. Why is this?
A VBA project must declare four classes. How many class modules are needed?
How do you figure out the number of items in a collection?
To obtain the value of the number of characters used in a textbox field on a form, which snippet of VBA code would you use?
Using the Select Case construct is ideal when:
What does VBA mean?